![]() |
Bitcoin Core 31.0.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 (const 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 554 of file subprocess.h.