Template Struct is_scoped_enum< T, true >

Inheritance Relationships

Base Type

  • public std::bool_constant<!std::is_convertible_v< T, std::underlying_type_t< T > > >

Struct Documentation

template<typename T>
struct is_scoped_enum<T, true> : public std::bool_constant<!std::is_convertible_v<T, std::underlying_type_t<T>>>