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
ヘッダーで定義 <experimental/reflect>
template < class T >
concept FunctionParameter = Typed < T > && ScopeMember < T > && /* 詳細は後述 */ ;
(reflection TS)

FunctionParameter コンセプトは、 T が関数パラメータを反映している場合にのみ満たされます(注: FunctionParameter Variable を満たさないため、パラメータへのポインタを取得するインターフェースを提供しません)。

関連項目