std::experimental::reflect::Expression
Min standard notice:
Header: <experimental/reflect>
The Expression concept is satisfied if and only if T reflects an expression.
# Declarations
template< class T >
concept Expression = Object<T> && /* see below */;
(reflection TS)
# Example
This section is incompleteReason: examples