std::experimental::reflect::Typed

Defined in header <experimental/reflect>
template< class T >
concept Typed = Named<T> && /* see below */;
(reflection TS)

The Typed concept is satisfied if and only if T reflects an entity with a type.

Example

See also