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

Method match

tests/catch.hpp:2912–2918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910 template<typename ArgT>
2911 struct MatchAllOf : MatcherBase<ArgT> {
2912 bool match( ArgT const& arg ) const override {
2913 for( auto matcher : m_matchers ) {
2914 if (!matcher->match(arg))
2915 return false;
2916 }
2917 return true;
2918 }
2919 std::string describe() const override {
2920 std::string description;
2921 description.reserve( 4 + m_matchers.size()*32 );

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected