ADTF
|
Retrieves the underlying type of the enum type T
.
More...
Public Types | |
using | type = std::underlying_type_t< T > |
The type of the underlying type retrieved. | |
Retrieves the underlying type of the enum type T
.
T | the enum type |
Definition at line 75 of file type_traits.h.