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