lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Types
lean::memory::heap_allocator< Element, Heap, Alignment >::rebind< Other > Struct Template Reference

Allows for the creation of differently-typed equivalent allocators. More...

#include <heap_allocator.h>

List of all members.

Public Types

typedef heap_allocator< Other,
Heap, Alignment > 
other
 Equivalent allocator allocating elements of type Other.

Detailed Description

template<class Element, class Heap = default_heap, size_t Alignment = alignof(Element)>
template<class Other>
struct lean::memory::heap_allocator< Element, Heap, Alignment >::rebind< Other >

Allows for the creation of differently-typed equivalent allocators.


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