Variable Acts::Concepts::converts_to¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<class
To, template<class...> classOp, class ...Args>
constexpr boolActs::Concepts::converts_to= is_detected_convertible<To, Op, Args...>::value¶ Alias to conversion check, which also extracts the constexpr boolean value.
- Template Parameters
To: The type to check convertibility to.Op: The operationArgs: The arguments to the operation.