subprocess::error::error

Uses an already open file descriptor as the child's error channel.

Synopsis

Declared in <util/subprocess.h>

explicit
error(int fd);

Parameters

NameDescription
fdWritable file descriptor to capture the child's error output.