Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
template<typename T > | |
executable (T &&arg) | |
Public Member Functions inherited from subprocess::string_arg | |
string_arg (const char *arg) | |
string_arg (std::string &&arg) | |
string_arg (std::string arg) | |
Additional Inherited Members | |
Public Attributes inherited from subprocess::string_arg | |
std::string | arg_value |
Option to specify the executable name separately from the args sequence. In this case the cmd args must only contain the options required for this executable.
Eg: executable{"ls"}
Definition at line 542 of file subprocess.h.
|
inline |
Definition at line 545 of file subprocess.h.