Namespaces
Variants

std::experimental::reflect:: Constructor

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

Constructor 개념은 T가 생성자를 반영하는 경우에만 만족됩니다 (참고: Constructor 를 만족하는 일부 타입들은 SpecialMemberFunction 도 만족합니다).

예제

참고 항목