Typedef Acts::concept::is_detected_exact

Typedef Documentation

Acts::concept::is_detected_exact = std::is_same< Expected, detected_t< Op, Args... > >

This invokes detected_t, and checks whether its result matches Expected.

Template Parameters
  • Expected: The expected result of the operation.

  • Op: The operation

  • Args: The arguments to the operation