MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Predicate

Function Predicate

CvPlot/ext/catch2/inc/catch.hpp:3473–3475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3471 // requires a lot of TMP.
3472 template<typename T>
3473 Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") {
3474 return Generic::PredicateMatcher<T>(predicate, description);
3475 }
3476
3477} // namespace Matchers
3478} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected