#include <ArgRequirementPolicies.hpp>
|
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 &... >) |
|
◆ operator()()
template<typename Matcher>
template<typename... Args>
requires std::invocable< decltype(detail::matches_hook::matches), const Matcher&, Args&...>
|
inlinenodiscardconstexprnoexcept |
◆ matcher
template<typename Matcher>
The documentation for this struct was generated from the following file: