std::experimental::reflect::Typed

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