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