Namespaces
Variants

std::experimental::reflect:: ConversionOperator

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

ConversionOperator コンセプトは、Tが変換関数を反映している場合にのみ満たされます。

関連項目