Skip to content

CommandlineProcessing::addListToCommandLine

Add the strings in argList to the command line.

Synopsis

Declared in <commandlineProcessing/commandline_processing.h>

[[visibility]]
void
addListToCommandLine(
    std::vector<std::string>& argv,
    std::string prefix,
    std::vector<std::string> argList);

Parameters

Name

Description

argv

Argument vector to append to.

prefix

Prefix to prepend to each argument.

argList

Arguments to add.

Created with MrDocs