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

Method setFlag

tutorials/external/catch.hpp:7267–7270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7265 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
7266
7267 auto setFlag( bool flag ) -> ParserResult override {
7268 m_ref = flag;
7269 return ParserResult::ok( ParseResultType::Matched );
7270 }
7271 };
7272
7273 template<typename ReturnType>

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected