AudRecordLib
Public Types
StraightHeapAlloc< Type >::rebind< Other > Struct Template Reference

List of all members.

Public Types

typedef StraightHeapAlloc< Other > other

Detailed Description

template<class Type>
template<class Other>
struct StraightHeapAlloc< Type >::rebind< Other >

Allows the std library to create a copy of this allocator but for a different type

Template Parameters:
OtherThe new type to allocate

Member Typedef Documentation

template<class Type >
template<class Other >
typedef StraightHeapAlloc<Other> StraightHeapAlloc< Type >::rebind< Other >::other

Typedef to enable the creation of different type allocators


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines