MCPcopy Create free account
hub / github.com/RenderKit/embree / isMatch

Method isMatch

tutorials/external/catch.hpp:7518–7525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7516 }
7517
7518 auto isMatch( std::string const &optToken ) const -> bool {
7519 auto normalisedToken = normaliseOpt( optToken );
7520 for( auto const &name : m_optNames ) {
7521 if( normaliseOpt( name ) == normalisedToken )
7522 return true;
7523 }
7524 return false;
7525 }
7526
7527 using ParserBase::parse;
7528

Callers

nothing calls this directly

Calls 1

normaliseOptFunction · 0.85

Tested by

no test coverage detected