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

Method setFlag

tests/catch.hpp:7048–7051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7046 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
7047
7048 auto setFlag( bool flag ) -> ParserResult override {
7049 m_ref = flag;
7050 return ParserResult::ok( ParseResultType::Matched );
7051 }
7052 };
7053
7054 template<typename ReturnType>

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected