Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class close

boost::process::behavior::close

Synopsis

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


class close {
public:

  // public member functions
  stream_ends operator()(stream_type) const;
};

Description

Stream behavior to close streams of a child process.

A child process will not be able to use the stream.

close public member functions

  1. stream_ends operator()(stream_type) const;

PrevUpHomeNext