Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class logic_error

boost::container::logic_error

Synopsis

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


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

Description

logic_error public construct/copy/destruct

  1. (const char * msg);

PrevUpHomeNext