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

Method BoundFlagRef

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

Source from the content-addressed store, hash-verified

7044 bool &m_ref;
7045
7046 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
7047
7048 auto setFlag( bool flag ) -> ParserResult override {
7049 m_ref = flag;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected