#include <cstddef>#include <new>#include <bits/functexcept.h>#include <tr1/array>Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Classes | |
| class | __gnu_cxx::array_allocator_base< _Tp > |
| Base class. More... | |
| class | __gnu_cxx::array_allocator< _Tp, _Array > |
| An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated. More... | |
| struct | __gnu_cxx::array_allocator< _Tp, _Array >::rebind< _Tp1, _Array1 > |
Defines | |
| #define | _ARRAY_ALLOCATOR_H 1 |
Functions | |
| template<typename _Tp, typename _Array> | |
| bool | __gnu_cxx::operator== (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &) |
| template<typename _Tp, typename _Array> | |
| bool | __gnu_cxx::operator!= (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &) |
Definition in file array_allocator.h.
| #define _ARRAY_ALLOCATOR_H 1 |
Definition at line 35 of file array_allocator.h.
1.4.7