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 38a454a347.
PrevUpHomeNext

Global on_exec_error

boost::process::extend::on_exec_error — This handler is invoked if the exec call errored. The required signature is void(auto & exec), where Exec is a template parameter.

Synopsis

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

unspecified on_exec_error;

Description

[Note] Note

Only available on posix.


PrevUpHomeNext