Namespaces
Variants

std::experimental::reflect:: Scope

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 Scope = Object < T > && /* see below */ ;
(reflection TS)

Scope 개념은 T 가 네임스페이스(전역 네임스페이스 포함), 클래스, 열거형, 함수 또는 클로저 타입을 반영하는 경우에만 만족됩니다(참고: 전역 네임스페이스를 반영하지 않는 모든 이러한 T ScopeMember 도 만족합니다).

예제

참고 항목