std::experimental::reflect::FunctionCallExpression

Header: <experimental/reflect>

The FunctionCallExpression concept is satisfied if and only if T reflects a function-call-expression.

# Declarations

template< class T >
concept FunctionCallExpression = Expression<T> && /* see below */;

(reflection TS)

# Example

This section is incompleteReason: examples