libcommonc++
0.7
|
A class of functions that describe traits of an enumeration. More...
#include <EnumTraits.h++>
Static Public Member Functions | |
static E | min () |
Get the minimum enumeration value. More... | |
static E | max () |
Get the maximum enumeration value. More... | |
static E | defval () |
Get the default enumeration value. More... | |
A class of functions that describe traits of an enumeration.
Used in conjuction with the enum_cast() template functions. Template specializations should be provided for specific enumeration types.
|
static |
Get the default enumeration value.
|
static |
Get the maximum enumeration value.
|
static |
Get the minimum enumeration value.