![]() |
Home | Libraries | People | FAQ | More |
boost::container::exception
// In header: <boost/container/throw_exception.hpp> class exception : public std::exception { public: // public member functions explicit exception(const char *); virtual const char * what() const noexcept; };