mimic++ v6
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< decltype(detail::matches_hook::matches), const Matcher&, Args&...>
constexpr bool operator() (Args &&... args) const noexcept(std::is_nothrow_invocable_v< decltype(detail::matches_hook::matches), const Matcher &, Args &... >)
 

Public Attributes

const Matcher & matcher
 

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ matcher

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

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