Meta-function to get the underlying type of a scoped enum. More...
#include <underlying_type.hpp>
Public Types | |
typedef std::underlying_type < EnumType >::type | type |
Meta-function to get the underlying type of a scoped enum.
Requires EnumType must be an enum type or the emulation of a scoped enum. If BOOST_NO_UNDERLYING_TYPE is defined, the implementation will not be able to deduce the underlying type of enums. The user is expected to specialize this trait in this case.
|
inherited |