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 も満たす)。

関連項目