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

Method EndsWithMatcher

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

Source from the content-addressed store, hash-verified

9288 }
9289
9290 EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with", comparator ) {}
9291
9292 bool EndsWithMatcher::match( std::string const& source ) const {
9293 return endsWith( m_comparator.adjustString( source ), m_comparator.m_str );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected