Parse the command‐line arguments in argv of length argc.
Synopses
Declared in <balcl_commandline.h>
Parse the command‐line arguments in argv of length argc.
int
parse(
int argc,
char const const* argv[]);
Parse the command‐line arguments in argv of length argc.
int
parse(
int argc,
char const const* argv[],
std::ostream& errorStream);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
argc |
length of the |
argv |
array of command‐line argument strings |
errorStream |
stream to which parse errors are written |
Created with MrDocs