Constructors
Synopses
Declared in <util/subprocess.h>
Stores a copy of a string argument.
string_arg(std::string const& arg);
Takes ownership of a string argument by moving it.
string_arg(std::string&& arg);
Stores a copy of a C string argument.
string_arg(char const* arg);
Parameters
Name |
Description |
arg |
Argument value to store. |
Created with MrDocs