[#subprocess-output-2constructor-00] = xref:subprocess.adoc[subprocess]::xref:subprocess/output.adoc[output]::output :relfileprefix: ../../ :mrdocs: Sets up a pipe as the child's output channel. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit output(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]#