CommandlineProcessing::removeArgsWithParameters
Remove all options matching a specified prefix along with their values.
Synopsis
Declared in <commandlineProcessing/commandline_processing.h>
[[visibility]]
void
removeArgsWithParameters(
std::vector<std::string>& argv,
std::string prefix);
Parameters
Name |
Description |
argv |
Argument vector to edit. |
prefix |
Prefix to remove. |
Created with MrDocs