Namespaces
Variants

std::experimental::reflect:: Base

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
ヘッダーで定義 <experimental/reflect>
template < class T >
concept Base = Object < T > && /* 詳細は後述 */ ;
(reflection TS)

Base 概念は、 T が直接基底クラスを反映している場合にのみ満たされ、これはテンプレート get_base_classes によって返される通りです。

関連項目