Public Types | Public Member Functions

__gnu_cxx::new_allocator< _Tp > Class Template Reference
[Allocators]

An allocator that uses global new, as per [20.4].This is precisely the allocator defined in the C++ Standard.

More...

Inheritance diagram for __gnu_cxx::new_allocator< _Tp >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp>
class __gnu_cxx::new_allocator< _Tp >

An allocator that uses global new, as per [20.4].

This is precisely the allocator defined in the C++ Standard.

Definition at line 54 of file new_allocator.h.


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