...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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; };