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

Method isString

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

Source from the content-addressed store, hash-verified

53 // Test the type contained by this value object
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

Callers 3

docopt.cppFile · 0.80
matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected