Typedef Acts::concept::detected_or

Typedef Documentation

concept::Acts::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