My Project
|
If T is a complete enumeration type, provides a member typedef type that names the underlying type of T. More...
#include <underlying_type.hpp>
Public Types | |
using | type = __underlying_type(T) |
provides the member typedef "type" | |
If T is a complete enumeration type, provides a member typedef type that names the underlying type of T.
T | the type to query |