[#subprocess-input-2constructor-02] = xref:subprocess.adoc[subprocess]::xref:subprocess/input.adoc[input]::input :relfileprefix: ../../ :mrdocs: Sets up a pipe as the child's input channel. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit input(xref:subprocess/IOTYPE.adoc[IOTYPE] typ); ---- == Parameters [cols="1,4"] |=== | Name| Description | *typ* | Channel type, which must be PIPE. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#