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

Method value

docopt_value.h:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120namespace docopt {
121 inline
122 value::value(bool v)
123 : kind_(Kind::Bool)
124 {
125 variant_.boolValue = v;
126 }
127
128 inline
129 value::value(long v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected