Template Struct is_unscoped_enum

Inheritance Relationships

Base Type

  • public std::false_type

Derived Type

Struct Documentation

template<typename T, bool = std::is_enum_v<T>>
struct is_unscoped_enum : public std::false_type

Subclassed by magic_enum::is_unscoped_enum< T >