Namespaces
Variants

std::experimental::reflect:: Constant

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 Constant = ScopeMember < T > && Typed < T > && /* 아래 참조 */ ;
(reflection TS)

Constant 개념은 T constant expression 을 반영할 때, 그리고 오직 그 때에만 만족됩니다.

예제

참고 항목