Metafunction that rebinds an allocator type to a different value type.
Synopsis
Declared in <bslma_allocatortraits.h>
template<
class T,
class U,
class = void>
struct AllocatorTraits_RebindAlloc;
Description
Should be pointer_traits::rebind of template above.
Type Aliases
Name |
Description |
Rebound allocator type obtained via |
Specializations
Name |
Description |
|
Specialization for allocators that define a nested |
Created with MrDocs