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 a snapshot of the develop branch, built from commit 2daa88693b.
PrevUpHomeNext

Global throw_on_error

boost::process::v1::throw_on_error

Synopsis

// In header: <boost/process/v1/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