MCPcopy Create free account
hub / github.com/RenderKit/oidn / Predicate

Function Predicate

external/catch.hpp:3519–3521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3517 // requires a lot of TMP.
3518 template<typename T>
3519 Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") {
3520 return Generic::PredicateMatcher<T>(predicate, description);
3521 }
3522
3523} // namespace Matchers
3524} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected