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 > && /* 见下文 */ ;
(反射 TS)

当且仅当 T 反映枚举类型时,满足 Enum 概念。

示例

参见