Select Keyboard:
Türkçe ▾
  1. Türkçe
  2. English
  3. العربية
  4. Dansk
  5. Deutsch
  6. Ελληνικά
  7. Español
  8. فارسی
  9. Français
  10. Italiano
  11. Kurdî
  12. Nederlands
  13. Polski
  14. Português Brasileiro
  15. Português
  16. Русский
  17. Suomi
  18. Svenska
  19. 中文注音符号
  20. 中文仓颉输入法
X
"1234567890*-Bksp
Tabqwertyuıopğü,
CapsasdfghjklşiEnter
Shift<zxcvbnmöç.Shift
AltGr

enum

listen to the pronunciation of enum
Английский Язык - Турецкий язык

Определение enum в Английский Язык Турецкий язык словарь

enum classes
(Bilgisayar) sınıfları sırala
Английский Язык - Английский Язык
An enumeration (set of named constants)

A unique feature of enums is that when you switch on a variable of an enum type, you do not prefix the case statements.

tElephone Number Mapping
An enum is an enumerated data type, which includes a finite list of fixed, mappable values In TL1 product applications such as the TL1 Workshop, an enum is a type of field for which there is a finite list of fixed, mappable values An example of a field that can be defined as an enum is a condition type, or "condtype "
C++ keyword used to declare an enumeration
These are used to define enumerations for which it is desired to have translation routines generated Each enum must have one en_name that contains the enumeration name and prefix for each enumeration value, and one or more en_ent entries that define each enumeration value The en_ent must have a name (ename) and a description (etype)
Telephone Number Mapping - a protocol and an IETF WG
Keyword declaring a distinct integer type with a set of name integer constants called enumerators Declaration format: enum <tag-name> { <list of enumerators> } The enumerators can be defined and initialized to arbitrary integer constants They can also be declared anonymously, without a tag-name If not initialized, their values default to 0, 1, 2, 3 etc
enum

    Произношение

    Этимология

    () Abbreviation of enumeration, used as a keyword in the C programming language and its descendants.
Избранное