Namespaces
Variants

std::experimental::reflect:: Destructor

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
Défini dans l'en-tête <experimental/reflect>
template < class T >
concept Destructor = Callable < T > && SpecialMemberFunction < T > && /* voir ci-dessous */ ;
(reflection TS)

Le concept Destructor est satisfait si et seulement si T reflète un destructeur.

Exemple

Voir aussi