Template Struct is_unscoped_enum
Defined in File magic_enum.hpp
Inheritance Relationships
Base Type
public std::false_type
Derived Type
public magic_enum::is_unscoped_enum< T >
(Template Struct is_unscoped_enum)
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 >