MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isFlag

Method isFlag

extlibs/catch/include/catch/catch.hpp:8799–8799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8797 virtual ~BoundRef() = default;
8798 virtual auto isContainer() const -> bool { return false; }
8799 virtual auto isFlag() const -> bool { return false; }
8800 };
8801 struct BoundValueRefBase : BoundRef {
8802 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