Typedef Acts::Concepts::is_detected_convertible

Typedef Documentation

using Acts::Concepts::is_detected_convertible = std::is_convertible<detected_t<Op, Args...>, To>

This evaluates Op inside the detector, and checks whether the resolved type is convertible to To.

Template Parameters
  • To: The type to check convertibility to.

  • Op: The operation

  • Args: The arguments to the operation