mimic++ v9.2.1
Loading...
Searching...
No Matches
mimicpp::expectation_policies::matcher_matches_fn< Matcher > Struct Template Reference

#include <ArgRequirementPolicies.hpp>

Public Member Functions

template<typename... Args>
requires std::invocable<detail::matches_hook::matches_fn, Matcher const&, Args&...>
constexpr bool operator() (Args &&... args) const noexcept(std::is_nothrow_invocable_v< decltype(detail::matches_hook::matches), Matcher const &, Args &... >)
 

Public Attributes

Matcher const & matcher
 

Member Function Documentation

◆ operator()()

template<typename Matcher>
template<typename... Args>
requires std::invocable<detail::matches_hook::matches_fn, Matcher const&, Args&...>
bool mimicpp::expectation_policies::matcher_matches_fn< Matcher >::operator() ( Args &&... args) const
inlinenodiscardconstexprnoexcept

Member Data Documentation

◆ matcher

template<typename Matcher>
Matcher const& mimicpp::expectation_policies::matcher_matches_fn< Matcher >::matcher

The documentation for this struct was generated from the following file: