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

Method isFlag

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

Source from the content-addressed store, hash-verified

7010 struct BoundFlagRefBase : BoundRef {
7011 virtual auto setFlag( bool flag ) -> ParserResult = 0;
7012 virtual auto isFlag() const -> bool { return true; }
7013 };
7014
7015 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected