Variable Acts::concept::identical_to

Variable Documentation

template<class Exact, template< class... > class Op, class... Args> constexpr bool Acts::concept::identical_to = is_detected_exact<Exact, Op, Args...>::value

Unpacks the constexpr boolean value from is_detected_exact

Template Parameters
  • Exact: The type to check identity against

  • Op: The operation

  • Args: The arguments to the operation.