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 에 의해 반환됩니다.

예제

참고 항목