MCPcopy Create free account
hub / github.com/ParAlg/gbbs / sizeAndFileName

Method sizeAndFileName

gbbs/parse_command_line.cc:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::pair<int, char*> commandLine::sizeAndFileName() const {
29 if (argc < 3) badArgument();
30 return std::pair<int, char*>(atoi(argv[argc - 2]), (char*)argv[argc - 1]);
31}
32
33bool commandLine::getOption(const std::string& option) const {
34 for (int i = 1; i < argc; i++)

Callers 1

BuildTorusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected