MCPcopy 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_longFunction · 0.80
parse_shortFunction · 0.80
parse_atomFunction · 0.80
parse_seqFunction · 0.80
parse_exprFunction · 0.80
parse_argvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected