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

Method setValue

docopt_private.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 value const& getValue() const { return fValue; }
121 void setValue(value&& v) { fValue = std::move(v); }
122
123 virtual std::string const& name() const override { return fName; }
124

Callers 4

parse_longFunction · 0.80
parse_shortFunction · 0.80
matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected