ORIGINAL
Loading...
Searching...
No Matches
original::EnumType Concept Reference

Requires type to be an enumeration. More...

#include <types.h>

Concept definition

template<typename TYPE>
concept original::EnumType = std::is_enum_v<TYPE>
Requires type to be an enumeration.
Definition types.h:76

Detailed Description

Requires type to be an enumeration.

Template Parameters
TYPEThe type to check.