MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Predicate

Function Predicate

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2306–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304// requires a lot of TMP.
2305template <typename T>
2306Generic::PredicateMatcher<T> Predicate(std::function<bool(T const &)> const &predicate,
2307 std::string const &description = "") {
2308 return Generic::PredicateMatcher<T>(predicate, description);
2309}
2310
2311} // namespace Matchers
2312} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected