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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
boost::interprocess::interprocess_exception
// In header: <boost/interprocess/exceptions.hpp> class interprocess_exception : public std::exception { public: // public member functions interprocess_exception(const char *) noexcept; interprocess_exception(const error_info &, const char * = 0); ~interprocess_exception() noexcept; const char * what() const noexcept; native_error_t get_native_error() const noexcept; error_code_t get_error_code() const noexcept; };