Namespaces
Variants

std::experimental::reflect:: Operator

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 Operator = Function < T > && /* 詳細は下記参照 */ ;
(reflection TS)

Operator コンセプトは、Tが演算子関数または変換関数を反映している場合にのみ満たされます(注: Operator を満たす一部の型は、 MemberFunction または SpecialMemberFunction も満たします)。

関連項目