Internally, the cxxopts library doesn't modify the contents of the arguments passed in as 'argv' in Options::parse, so from a constness point of view it is more correct to use 'const char*' internally. |
||
|---|---|---|
| .. | ||
| cxxopts.hpp | ||
Internally, the cxxopts library doesn't modify the contents of the arguments passed in as 'argv' in Options::parse, so from a constness point of view it is more correct to use 'const char*' internally. |
||
|---|---|---|
| .. | ||
| cxxopts.hpp | ||