ADTF  3.18.2
underlying_type_or_type< T, true >

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.
 

Detailed Description

template<typename T>
struct a_util::underlying_type_or_type< T, true >

Retrieves the underlying type of the enum type T.

Template Parameters
Tthe enum type

Definition at line 75 of file type_traits.h.