Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ pop
Method
pop
docopt.cpp:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
std::string pop() {
137
return std::move(fTokens.at(fIndex++));
138
}
139
140
bool isParsingArgv() const { return fIsParsingArgv; }
141
Callers
6
parse_long
Function · 0.80
parse_short
Function · 0.80
parse_atom
Function · 0.80
parse_seq
Function · 0.80
parse_expr
Function · 0.80
parse_argv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected