memory
|
Typedefs | |
using | any_reference_storage = reference_storage< any_allocator > |
An alias for the reference_storage specialization using type-erasure. | |
using | any_allocator_reference = allocator_storage< any_reference_storage, no_mutex > |
An alias for allocator_storage using the any_reference_storage. | |
An alias for the reference_storage specialization using type-erasure.
An alias for allocator_storage using the any_reference_storage.
It will store a reference to any RawAllocator. This is the same as passing the tag type any_allocator to the alias allocator_reference. Wrap the allocator in a thread_safe_allocator if you want thread safety.