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

Method isLong

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

Source from the content-addressed store, hash-verified

54 bool isBool() const { return kind_==Kind::Bool; }
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

Callers 2

docopt.cppFile · 0.80
matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected