PrevUpHomeNext

Class bind_stdout

boost::process::initializers::bind_stdout

Synopsis

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


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

Description

Binds the standard output stream.

bind_stdout public construct/copy/destruct

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

    Constructor.


PrevUpHomeNext