Namespaces
Variants

std::experimental::reflect:: FunctionCallExpression

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
Definiert in Header <experimental/reflect>
template < class T >
concept FunctionCallExpression = Expression < T > && /* siehe unten */ ;
(reflection TS)

Das FunctionCallExpression Konzept ist genau dann erfüllt, wenn T einen function-call-expression widerspiegelt.

Beispiel

Siehe auch