#include <new>#include <bits/functexcept.h>Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Classes | |
| class | __gnu_cxx::new_allocator< _Tp > |
| An allocator that uses global new, as per [20.4]. More... | |
| struct | __gnu_cxx::new_allocator< _Tp >::rebind< _Tp1 > |
Defines | |
| #define | _NEW_ALLOCATOR_H 1 |
Functions | |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator== (const new_allocator< _Tp > &, const new_allocator< _Tp > &) |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator!= (const new_allocator< _Tp > &, const new_allocator< _Tp > &) |
Definition in file new_allocator.h.
| #define _NEW_ALLOCATOR_H 1 |
Definition at line 35 of file new_allocator.h.
1.4.7