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

Enum Kind

docopt_value.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace docopt {
19
20 enum class Kind {
21 Empty,
22 Bool,
23 Long,
24 String,
25 StringList
26 };
27
28 /// A generic type to hold the various types that can be produced by docopt.
29 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected