Namespaces
Variants

std::experimental::reflect:: Typed

From cppreference.net
Extensions for reflection
Concepts
Meta-object operations
Variable
FunctionParameter
Callable
Variable and Callable
Namespace and Callable
ParenthesizedExpression
FunctionCallExpression
FunctionalConversion
Variable and Function
Défini dans l'en-tête <experimental/reflect>
template < class T >
concept Typed = Named < T > && /* voir ci-dessous */ ;
(reflection TS)

Le Typed concept est satisfait si et seulement si T reflète une entité avec un type.

Exemple

Voir aussi