#include <subprocess.h>
Base class for all arguments involving string value.
Definition at line 526 of file subprocess.h.
◆ string_arg() [1/3]
subprocess::string_arg::string_arg |
( |
const char * |
arg | ) |
|
|
inline |
◆ string_arg() [2/3]
subprocess::string_arg::string_arg |
( |
std::string && |
arg | ) |
|
|
inline |
◆ string_arg() [3/3]
subprocess::string_arg::string_arg |
( |
std::string |
arg | ) |
|
|
inline |
◆ arg_value
std::string subprocess::string_arg::arg_value |
The documentation for this struct was generated from the following file: