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

Method isFlag

extern/Catch2/catch.hpp:9116–9116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9114 virtual ~BoundRef() = default;
9115 virtual auto isContainer() const -> bool { return false; }
9116 virtual auto isFlag() const -> bool { return false; }
9117 };
9118 struct BoundValueRefBase : BoundRef {
9119 virtual auto setValue( std::string const &arg ) -> ParserResult = 0;

Callers 2

parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected