#include <EnumTraits.h++>
Static Public Member Functions | |
| static E | min () |
| Get the minimum enumeration value. | |
| static E | max () |
| Get the maximum enumeration value. | |
| static E | defval () |
| Get the default enumeration value. | |
Used in conjuction with the enum_cast() template functions. Template specializations should be provided for specific enumeration types.
| static E defval | ( | ) | [static] |
Get the default enumeration value.
| static E max | ( | ) | [static] |
Get the maximum enumeration value.
| static E min | ( | ) | [static] |
Get the minimum enumeration value.
1.5.9