subprocess::string_arg::string_arg

Takes ownership of a string argument by moving it.

Synopsis

Declared in <util/subprocess.h>

string_arg(std::string&& arg);

Parameters

NameDescription
argArgument value to move from.