|
mimic++ v9.2.1
|
#include "mimic++/Fwd.hpp"#include "mimic++/config/Config.hpp"#include "mimic++/utilities/Concepts.hpp"#include "mimic++/utilities/PriorityTag.hpp"#include <concepts>#include <optional>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::custom |
Concepts | |
| concept | mimicpp::matcher_for |
Variables | |
| template<typename Matcher, typename... Args> | |
| constexpr bool | mimicpp::is_matcher_accepting_v {detail::is_matcher_accepting<Matcher, Args...>::value} |
Determines, whether the given Matcher accepts the specified Args. | |