MCPcopy Create free account
hub / github.com/RenderKit/oidn / getNext

Method getNext

apps/utils/arg_parser.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 std::string ArgParser::getNext()
18 {
19 if (pos < argc)
20 return argv[pos++];
21 else
22 throw std::invalid_argument("argument expected");
23 }
24
25 std::string ArgParser::getNextOpt()
26 {

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected