Namespaces
Variants

std::experimental::reflect:: SpecialMemberFunction

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

SpecialMemberFunction 개념은 오직 T 특수 멤버 함수 를 반영할 경우에만 충족됩니다.

예제

참고 항목