Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class exception

boost::container::exception

Synopsis

// In header: <boost/container/throw_exception.hpp>


class exception : public  {
public:
  // construct/copy/destruct
  (const char *);

  // public member functions
  const char * () ;
};

Description

exception public construct/copy/destruct

  1. (const char * msg);

exception public member functions

  1. const char * () ;

PrevUpHomeNext