Takes ownership of a string argument by moving it.
Synopsis
Declared in <util/subprocess.h>
string_arg(std::string&& arg);
Parameters
Name |
Description |
arg |
Argument value to move from. |
Created with MrDocs
Takes ownership of a string argument by moving it.
Declared in <util/subprocess.h>
string_arg(std::string&& arg);
Name |
Description |
arg |
Argument value to move from. |
Created with MrDocs