|
mimic++ v9.2.1
|
This is the complete list of members for mimicpp::PredicateMatcher< Predicate, AdditionalArgs >, including all inherited members.
| describe() const | mimicpp::PredicateMatcher< Predicate, AdditionalArgs > | inline |
| matches(First &first, Others &... others) const noexcept(std::is_nothrow_invocable_v< const Predicate &, First &, Others &..., matches_reference_t< AdditionalArgs >... >) | mimicpp::PredicateMatcher< Predicate, AdditionalArgs > | inline |
| operator!() const & | mimicpp::PredicateMatcher< Predicate, AdditionalArgs > | inline |
| operator!() && | mimicpp::PredicateMatcher< Predicate, AdditionalArgs > | inline |
| PredicateMatcher(Predicate predicate, StringViewT fmt, StringViewT invertedFmt, std::tuple< AdditionalArgs... > additionalArgs={}) noexcept(std::is_nothrow_move_constructible_v< Predicate > &&(... &&std::is_nothrow_move_constructible_v< AdditionalArgs >)) | mimicpp::PredicateMatcher< Predicate, AdditionalArgs > | inlineexplicit |