libstdc++
__gnu_cxx::_ExtPtr_allocator< _Tp > Class Template Reference

List of all members.

Public Types

Public Member Functions

Friends


Detailed Description

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

An example allocator which uses a non-standard pointer type.

This allocator specifies that containers use a 'relative pointer' as it's pointer type. (See ext/pointer.h) Memory allocation in this example is still performed using std::allocator.

Definition at line 56 of file extptr_allocator.h.


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