PrevUpHomeNext

Class set_on_error

boost::process::initializers::set_on_error

Synopsis

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


class set_on_error {
public:
  // construct/copy/destruct
  explicit set_on_error(boost::system::error_code &);
};

Description

Sets an error if a child process can't be created.

set_on_error public construct/copy/destruct

  1. explicit set_on_error(boost::system::error_code & ec);

    Constructor.


PrevUpHomeNext