MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Predicate

Function Predicate

tests/catch.hpp:3097–3099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3095 // requires a lot of TMP.
3096 template<typename T>
3097 Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") {
3098 return Generic::PredicateMatcher<T>(predicate, description);
3099 }
3100
3101} // namespace Matchers
3102} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected