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

Method match

tests/catch.hpp:3081–3083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3079 {}
3080
3081 bool match( T const& item ) const override {
3082 return m_predicate(item);
3083 }
3084
3085 std::string describe() const override {
3086 return m_description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected