Wraps a value as the executable name option.
Synopsis
Declared in <util/subprocess.h>
template<typename T>
executable(T&& arg);
Parameters
Name |
Description |
arg |
Executable name, forwarded to the string_arg base. |
Created with MrDocs