c_plus_plus_enumeration_declaration

C++ Enumeration declaration

“In C++, an enumeration declaration is a distinct type whose value is restricted to a range of values, which may include several explicitly named constants (” C++ enumerators“). The values of the C++ constants are values of an integral type known as the underlying type of the enumeration.”

Fair Use Source: https://en.cppreference.com/w/cpp/language/enum

c_plus_plus_enumeration_declaration.txt · Last modified: 2020/11/20 01:08 by 127.0.0.1