#include "mimic++/Call.hpp"
#include "mimic++/ControlPolicy.hpp"
#include "mimic++/Reporter.hpp"
#include "mimic++/TypeTraits.hpp"
#include <cassert>
#include <concepts>
#include <memory>
#include <mutex>
#include <ranges>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
|
concept | mimicpp::expectation_policy_for |
| Determines, whether the given type satisfies the requirements of an expectation-policy for the given signature.
|
|
concept | mimicpp::finalize_policy_for |
| Determines, whether the given type satisfies the requirements of a finalize-policy for the given signature.
|
|
concept | mimicpp::control_policy |
| Determines, whether the given type satisfies the requirements of a control-policy.
|
|