PrevUpHomeNext

Class close_fd

boost::process::initializers::close_fd

Synopsis

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


class close_fd {
public:
  // construct/copy/destruct
  explicit close_fd(int);
};

Description

Closes a file descriptor.

POSIX only.

close_fd public construct/copy/destruct

  1. explicit close_fd(int fd);

    Constructor.


PrevUpHomeNext