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