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

Method setFlag

unittests/catch.hpp:5937–5940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5935 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
5936
5937 auto setFlag( bool flag ) -> ParserResult override {
5938 m_ref = flag;
5939 return ParserResult::ok( ParseResultType::Matched );
5940 }
5941 };
5942
5943 template<typename ReturnType>

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected