Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Global throw_on_error

boost::process::throw_on_error

Synopsis

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

unspecified throw_on_error;

Description

The throw_on_error property will enable the exception when launching a process. It is unnecessary by default, but may be used, when an additional error_code is provided.


PrevUpHomeNext