3.6.0
|
|
Freundlich's C++ toolkit |
The number of enumerators in an enum.
This class defines the number of enumerators in the enum denoted by Type. The default behavior is to set it to use fcppt::enum_::max_value<Type> + 1
. Specialize this class to change that.
Type | Must be an enum type |