boost::process::initializers::bind_stdout
// In header: <boost/process/initializers.hpp> class bind_stdout { public: // construct/copy/destruct explicit bind_stdout(const boost::iostreams::file_descriptor_sink &); };
Binds the standard output stream.
bind_stdout
explicit bind_stdout(const boost::iostreams::file_descriptor_sink & sink);
Constructor.