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

Method describe

tests/catch.hpp:3248–3250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3246 return true;
3247 }
3248 std::string describe() const override {
3249 return "Contains: " + ::Catch::Detail::stringify( m_comparator );
3250 }
3251
3252 std::vector<T> const& m_comparator;
3253 };

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected