PrevUpHomeNext

Class bind_stdin

boost::process::initializers::bind_stdin

Synopsis

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


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

Description

Binds the standard input stream.

bind_stdin public construct/copy/destruct

  1. explicit bind_stdin(const boost::iostreams::file_descriptor_source & source);

    Constructor.


PrevUpHomeNext