|
ADTF
|
Retrieves the underlying type if T is an enum, otherwise the type itself.
More...
#include <type_traits.h>
Public Types | |
| using | type = T |
| The type of the underlying type retrieved. | |
Retrieves the underlying type if T is an enum, otherwise the type itself.
| T | The type tor retrieve the underlying type from |
| is_enum | value to determine if T is an enum |