Namespaces
Variants

std::experimental::reflect:: Enum

From cppreference.net
Extensions for reflection
Concepts
Meta-object operations
Variable
FunctionParameter
Callable
Variable and Callable
Namespace and Callable
ParenthesizedExpression
FunctionCallExpression
FunctionalConversion
Variable and Function
헤더에 정의됨 <experimental/reflect>
template < class T >
concept Enum = Type < T > && Scope < T > && /* 아래 참조 */ ;
(reflection TS)

Enum 개념은 T가 열거형 타입을 반영할 경우에만 만족됩니다.

예제

참고 항목