Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class bad_alloc

boost::interprocess::bad_alloc

Synopsis

// In header: <boost/interprocess/exceptions.hpp>


class bad_alloc : public  {
public:
  // construct/copy/destruct
  ();

  // public member functions
   () ;
};

Description

This exception is thrown when a memory request can't be fulfilled.

bad_alloc public construct/copy/destruct

  1. ();

bad_alloc public member functions

  1.  () ;

PrevUpHomeNext