PrevUpHomeNext

Class throw_on_error

boost::process::initializers::throw_on_error

Synopsis

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


class throw_on_error {
};

Description

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

The type of the error thrown is boost::system::system_error.


PrevUpHomeNext