Component‐private utility for adapting allocator objects (see specializations).
Synopsis
Declared in <bslma_constructionutil.h>
template<
class TYPE,
bool HAS_ALLOC_TYPE = HasAllocatorType<TYPE>::value,
bool IS_BSLMA_AA = UsesBslmaAllocator<TYPE>::value>
struct ConstructionUtil_AllocAdaptorUtil;
Specializations
Name |
Description |
|
Allocator adaptor for a non‐allocator‐aware |
Allocator adaptor for types that expect |
|
|
Allocator adaptor for types that expect |
Created with MrDocs