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