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
Definido en el encabezado <experimental/reflect>
template < class T >
concept Constructor = Callable < T > && RecordMember < T > && /* ver más abajo */ ;
(reflection TS)

El concepto Constructor se satisface si y solo si T refleja un constructor (Nota: Algunos tipos que satisfacen Constructor también satisfacen SpecialMemberFunction ).

Ejemplo

Véase también