Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::base::StlInlinedAllocator< T, N >::RebindHelper< U, V > Struct Template Reference

Windows uses transient proxy allocators. More...

#include "stlallocator.h"

Public Types

typedef StlAllocator< V >
::template rebind< U >::other 
other
 

Detailed Description

template<typename T, int N>
template<typename U, typename V>
struct ion::base::StlInlinedAllocator< T, N >::RebindHelper< U, V >

Windows uses transient proxy allocators.

If the other type (U) is not the local type (T), then just use a normal StlAllocator as the allocator. RebindHelper enforces this with a struct specialization.

Definition at line 205 of file stlallocator.h.

Member Typedef Documentation

template<typename T, int N>
template<typename U, typename V>
typedef StlAllocator<V>::template rebind<U>::other ion::base::StlInlinedAllocator< T, N >::RebindHelper< U, V >::other

Definition at line 206 of file stlallocator.h.


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