STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
std::bad_array_new_length Class Reference

#include <vcruntime_exception.h>

Inheritance diagram for std::bad_array_new_length:

Public Member Functions

 bad_array_new_length () throw ()
 

Constructor & Destructor Documentation

std::bad_array_new_length::bad_array_new_length ( )
throw (
)
inline
134  : bad_alloc("bad array new length")
135  {
136  }
Definition: exception:160

The documentation for this class was generated from the following file: