MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / isStringList

Method isStringList

docopt_value.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 bool isString() const { return kind_==Kind::String; }
56 bool isLong() const { return kind_==Kind::Long; }
57 bool isStringList() const { return kind_==Kind::StringList; }
58
59 // Throws std::invalid_argument if the type does not match
60 bool asBool() const;

Callers 3

docopt.cppFile · 0.80
matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected