MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / setFlag

Method setFlag

extern/Catch2/catch.hpp:9159–9162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9157 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
9158
9159 auto setFlag( bool flag ) -> ParserResult override {
9160 m_ref = flag;
9161 return ParserResult::ok( ParseResultType::Matched );
9162 }
9163 };
9164
9165 template<typename ReturnType>

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected