Variable Acts::concept::converts_to¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<class To, template< class... > class Op, class... Args> constexpr bool Acts::concept::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.