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

PrevUpHomeNext

Function throw_last_error

boost::process::v1::extend::throw_last_error

Synopsis

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


void throw_last_error(const std::string & msg);

Description

Helper function to get and throw the last system error.

Parameters:

msg

A message to add to the error code.

Throws:

boost::process::v1::process_error

PrevUpHomeNext