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

Method ContainsMatcher

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

Source from the content-addressed store, hash-verified

9276 }
9277
9278 ContainsMatcher::ContainsMatcher( CasedString const& comparator ) : StringMatcherBase( "contains", comparator ) {}
9279
9280 bool ContainsMatcher::match( std::string const& source ) const {
9281 return contains( m_comparator.adjustString( source ), m_comparator.m_str );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected