std::experimental::reflect::Named

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