Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ OptionError
Class
OptionError
docopt.cpp:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
bool isParsingArgv() const { return fIsParsingArgv; }
141
142
struct OptionError : std::runtime_error { using runtime_error::runtime_error; };
143
144
private:
145
std::vector<std::string> fTokens;
Callers
2
parse_long
Function · 0.85
parse_short
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected