...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::process::extend::throw_last_error
// In header: <boost/process/extend.hpp> void throw_last_error(const std::string & msg); void throw_last_error();
Helper function to get and throw the last system error.
Parameters: |
|
||
Throws: |
boost::process::process_error |