Template Struct underlying_type< T, true >

Inheritance Relationships

Base Type

  • public std::underlying_type< std::decay_t< T > >

Struct Documentation

template<typename T>
struct underlying_type<T, true> : public std::underlying_type<std::decay_t<T>>