Determines, whether the given type satisfies the requirements of a finalize-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>>
{
{ policy.finalize_call(info) } -> std::convertible_to<signature_return_type_t<Signature>>;
}
Determines, whether the given type satisfies the requirements of a finalize-policy for the given sign...
Definition Expectation.hpp:378
typename info_for_signature< Signature >::type info_for_signature_t
Definition Call.hpp:70
Determines, whether the given type satisfies the requirements of a finalize-policy for the given signature.