mimic++ v9.2.1
Loading...
Searching...
No Matches
Common.hpp File Reference
#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>
Include dependency graph for Common.hpp:
This graph shows which files directly or indirectly include this file:

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.