Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class length_error

boost::container::length_error

Synopsis

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


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

Description

length_error public construct/copy/destruct

  1. (const char * msg);

PrevUpHomeNext