PrevUpHomeNext

Class bind_fd

boost::process::initializers::bind_fd

Synopsis

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


class bind_fd {
public:
  // construct/copy/destruct
  bind_fd(int, const boost::iostreams::file_descriptor &);
};

Description

Binds a file descriptor.

POSIX only.

bind_fd public construct/copy/destruct

  1. bind_fd(int id, const boost::iostreams::file_descriptor & fd);

    Constructor.


PrevUpHomeNext