subprocess::error::error

Sets up the error channel as a pipe, or as a copy of standard output.

Synopsis

Declared in <util/subprocess.h>

explicit
error(IOTYPE typ);

Parameters

NameDescription
typChannel type, either PIPE or STDOUT; STDOUT defers wiring until all arguments are known.