std::experimental::reflect::Expression

Defined in header <experimental/reflect>
template< class T >
concept Expression = Object<T> && /* see below */;
(reflection TS)

The Expression concept is satisfied if and only if T reflects an expression.

Example

See also