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 an older version of Boost and was released in 2022. The current version is 1.90.0.
boost::log::exception_handler
// In header: <boost/log/utility/exception_handler.hpp> template<typename SequenceT, typename HandlerT> class exception_handler { public: // types typedef HandlerT handler_type; // The exception handler type. typedef void result_type; // The handler result type. // construct/copy/destruct explicit exception_handler(handler_type const &); // public member functions void operator()() const; };