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

Method EqualsMatcher

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

Source from the content-addressed store, hash-verified

9270 }
9271
9272 EqualsMatcher::EqualsMatcher( CasedString const& comparator ) : StringMatcherBase( "equals", comparator ) {}
9273
9274 bool EqualsMatcher::match( std::string const& source ) const {
9275 return m_comparator.adjustString( source ) == m_comparator.m_str;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected