STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
exception.hpp File Reference
#include <bits/c++config.h>
#include <stdexcept>
#include <cstdlib>

Go to the source code of this file.

Classes

struct  __gnu_pbds::container_error
 Base class for exceptions. More...
 
struct  __gnu_pbds::insert_error
 
struct  __gnu_pbds::join_error
 
struct  __gnu_pbds::resize_error
 A container cannot be resized. More...
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 

Functions

void __gnu_pbds::__throw_container_error ()
 
void __gnu_pbds::__throw_insert_error ()
 
void __gnu_pbds::__throw_join_error ()
 
void __gnu_pbds::__throw_resize_error ()
 

Detailed Description

Contains exception classes.