PrevUpHomeNext

Class bind_stderr

boost::process::initializers::bind_stderr

Synopsis

// In header: <boost/process/initializers.hpp>


class bind_stderr {
public:
  // construct/copy/destruct
  explicit bind_stderr(const boost::iostreams::file_descriptor_sink &);
};

Description

Binds the standard error stream.

bind_stderr public construct/copy/destruct

  1. explicit bind_stderr(const boost::iostreams::file_descriptor_sink & sink);

    Constructor.


PrevUpHomeNext