MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / ArguDesc

Class ArguDesc

Source/Utils/cxxopts.hpp:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 std::string value = "";
559 };
560 struct ArguDesc {
561 std::string arg_name = "";
562 bool grouping = false;
563 bool set_value = false;
564 std::string value = "";
565 };
566#ifdef CXXOPTS_NO_REGEX
567 inline IntegerDesc SplitInteger(const std::string &text)
568 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected