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

Method isFlag

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

Source from the content-addressed store, hash-verified

5899 struct BoundFlagRefBase : BoundRef {
5900 virtual auto setFlag( bool flag ) -> ParserResult = 0;
5901 virtual auto isFlag() const -> bool { return true; }
5902 };
5903
5904 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected