Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ value
Method
value
docopt_value.h:33–33 ·
view source on GitHub ↗
An empty value
Source
from the content-addressed store, hash-verified
31
struct value {
32
/// An empty value
33
value() {}
34
35
value(std::string);
36
value(std::vector<std::string>);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected