Namespaces
Variants

std::experimental::reflect:: Named

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 Named = Object < T > && /* 詳細は後述 */ ;
(reflection TS)

Named コンセプトは、T が関連付けられた(空でも可)名前を持つ場合にのみ満たされます。

関連項目