Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_long
Function · 0.80
parse_short
Function · 0.80
fix_repeating_arguments
Method · 0.80
match
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected