Namespaces
Variants

std::experimental::reflect:: Named

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

Named 개념은 T가 연관된 (빈 값일 수도 있는) 이름을 가질 경우에만 충족됩니다.

예제

참고 항목