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

Method StartsWithMatcher

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

Source from the content-addressed store, hash-verified

9282 }
9283
9284 StartsWithMatcher::StartsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "starts with", comparator ) {}
9285
9286 bool StartsWithMatcher::match( std::string const& source ) const {
9287 return startsWith( m_comparator.adjustString( source ), m_comparator.m_str );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected