Typedef Acts::concept::detected_t

Typedef Documentation

Acts::concept::detected_t = typename detail::detector< detail::nonesuch, void, Op, Args... >::type

This type calls into the detector (same as is_detected) but it extracts the return type of Op<Args...>.

Template Parameters
  • Op: The operation

  • Args: The arguments to the operation