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:

  // public member functions
  ();
   () ;
};

Description

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

bad_alloc public member functions

  1. ();
  2.  () ;

PrevUpHomeNext