std::experimental::reflect::Enum
Min standard notice:
Header: <experimental/reflect>
The Enum concept is satisfied if and only if T reflects an enumeration type.
# Declarations
template< class T >
concept Enum = Type<T> && Scope<T> && /* see below */;
(reflection TS)
# Example
This section is incompleteReason: examples