Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
subprocess::executable Struct Reference

#include <subprocess.h>

Inheritance diagram for subprocess::executable:
[legend]
Collaboration diagram for subprocess::executable:
[legend]

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ executable()

template<typename T>
subprocess::executable::executable ( T && arg)
inline

Definition at line 557 of file subprocess.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: