Namespaces
Variants

std::experimental::reflect:: Type

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 Type = Named < T > && ScopeMember < T > && /* voir ci-dessous */ ;
(reflection TS)

Le concept Type est satisfait si et seulement si T reflète un type.

Exemple

Voir aussi