Public Types | Public Member Functions

__gnu_cxx::array_allocator< _Tp, _Array > Class Template Reference
[Allocators]

An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated. More...

Inheritance diagram for __gnu_cxx::array_allocator< _Tp, _Array >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1>>
class __gnu_cxx::array_allocator< _Tp, _Array >

An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated.

Definition at line 98 of file array_allocator.h.


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