Typedef Acts::Concepts::detected_or

Typedef Documentation

using Acts::Concepts::detected_or = detail::detector<Default, void, Op, Args...>

Helper which invokes the detector with a default type, and resolves to the type.

Template Parameters
  • Default: The type to resolve to if Op<Args...> does not resolve.

  • Op: The operation

  • Args: The argument to the operation