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
Definiert im Header <experimental/reflect>
template < class T >
concept Enum = Type < T > && Scope < T > && /* siehe unten */ ;
(Reflection TS)

Das Enum -Konzept ist genau dann erfüllt, wenn T einen Aufzählungstyp widerspiegelt.

Beispiel

Siehe auch