Variable Acts::Concepts::converts_to

Variable Documentation

template<class To, template<class...> class Op, class ...Args>
constexpr bool Acts::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 operation

  • Args: The arguments to the operation.