MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setFlag

Method setFlag

extlibs/catch/include/catch/catch.hpp:8842–8845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8840 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
8841
8842 auto setFlag( bool flag ) -> ParserResult override {
8843 m_ref = flag;
8844 return ParserResult::ok( ParseResultType::Matched );
8845 }
8846 };
8847
8848 template<typename ReturnType>

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected