[enumerated.types] (original) (raw)

16 Library introduction [library]

16.3 Method of description [description]

16.3.3 Other conventions [conventions]

16.3.3.3 Type descriptions [type.descriptions]

16.3.3.3.2 Enumerated types [enumerated.types]

Each enumerated type may be implemented as an enumeration or as a synonym for an enumeration.130

The enumerated type enumerated can be written:enum enumerated { , , , , … };inline const ();inline const ();inline const ();inline const (); ⋮

Here, the names ,, etc. representenumerated elementsfor this particular enumerated type.

All such elements have distinct values.