debian man page for std::bad_alloc

Query: std::bad_alloc

OS: debian

Section: 3cxx

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::bad_alloc(3cxx)													      std::bad_alloc(3cxx)

NAME
std::bad_alloc -
SYNOPSIS
Inherits std::exception. Public Member Functions virtual const char * what () const throw () Detailed Description Exception possibly thrown by new. bad_alloc (or classes derived from it) is used to report allocation errors from the throwing forms of new. Definition at line 56 of file new. Member Function Documentation virtual const char* std::bad_alloc::what () const throw () [virtual] Returns a C-style character string describing the general cause of the current error. Reimplemented from std::exception. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::bad_alloc(3cxx)
Related Man Pages
std::exception(3) - centos
__gnu_cxx::bitmap_allocator(3) - debian
std::binary_negate(3) - debian
std::messages_byname(3) - debian
std::tr1::__detail::__numeric_constants(3) - debian
Similar Topics in the Unix Linux Community
Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3
C++ string class design and implementation