[#subprocess-executable-2constructor] = xref:subprocess.adoc[subprocess]::xref:subprocess/executable.adoc[executable]::executable :relfileprefix: ../../ :mrdocs: Wraps a value as the executable name option. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> executable(T&& arg); ---- == Parameters [cols="1,4"] |=== | Name| Description | *arg* | Executable name, forwarded to the string_arg base. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#