Namespaces
Variants

std::experimental::reflect:: FunctionParameter

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 FunctionParameter = Typed < T > && ScopeMember < T > && /* voir ci-dessous */ ;
(reflection TS)

Le concept FunctionParameter est satisfait si et seulement si T reflète un paramètre de fonction (Note : Un FunctionParameter ne satisfait pas Variable , et n'offre donc pas d'interface pour obtenir le pointeur vers un paramètre).

Exemple

Voir aussi