Determines, whether the given type satisfies the requirements of an expectation-policy for the given signature.
More...
#include <Expectation.hpp>
template<typename T, typename Signature>
&& std::is_destructible_v<T>
&& std::same_as<T, std::remove_cvref_t<T>>
{ std::as_const(policy).matches(info) } -> util::boolean_testable;
{ policy.consume(info) };
}
Determines, whether the given type satisfies the requirements of an expectation-policy for the given ...
Definition Expectation.hpp:439
Determines, whether B behaves as a the builtin type bool.
Definition Concepts.hpp:66
Determines, whether From can be explicitly converted to To.
Definition Concepts.hpp:34
typename info_for_signature< Signature >::type info_for_signature_t
Definition Call.hpp:47
Determines, whether the given type satisfies the requirements of an expectation-policy for the given signature.