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

Method isMatch

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

Source from the content-addressed store, hash-verified

7297 }
7298
7299 auto isMatch( std::string const &optToken ) const -> bool {
7300 auto normalisedToken = normaliseOpt( optToken );
7301 for( auto const &name : m_optNames ) {
7302 if( normaliseOpt( name ) == normalisedToken )
7303 return true;
7304 }
7305 return false;
7306 }
7307
7308 using ParserBase::parse;
7309

Callers

nothing calls this directly

Calls 1

normaliseOptFunction · 0.85

Tested by

no test coverage detected