Namespaces
Variants

std::experimental::reflect:: Variable

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 Variable = Typed < T > && /* see below */ ;
(reflection TS)

Variable 개념은 T가 변수 또는 데이터 멤버를 반영하는 경우에만 충족됩니다.

예제

참고 항목