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

Class BoundFlagRefBase

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

Source from the content-addressed store, hash-verified

7008 virtual auto setValue( std::string const &arg ) -> ParserResult = 0;
7009 };
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>
7016 struct BoundValueRef : BoundValueRefBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected