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

Method isFlag

unittests/catch.hpp:5894–5894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5892 virtual ~BoundRef() = default;
5893 virtual auto isContainer() const -> bool { return false; }
5894 virtual auto isFlag() const -> bool { return false; }
5895 };
5896 struct BoundValueRefBase : BoundRef {
5897 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