memory
|
Class foonathan::memory::std_allocator and related classes and functions.
Classes | |
struct | propagation_traits< RawAllocator > |
Controls the propagation of a std_allocator for a certain RawAllocator. More... | |
class | std_allocator< T, RawAllocator > |
Wraps a RawAllocator and makes it a "normal" Allocator . More... | |
class | any_std_allocator< T > |
An alias template for std_allocator using a type-erased RawAllocator. More... | |