adapt overloads
Declared in <bslma_allocatorutil.h>
Return from adapted for initializing another AA object.
template<class t_ALLOC>
static
t_ALLOC
adapt(t_ALLOC const& from)
requires ! IsDerivedFromBslAllocator<t_ALLOC>::value;
» more...
Return the bslma::Allocator pointer held by from.
template<class t_TYPE>
static
bslma::Allocator*
adapt(bsl::allocator<t_TYPE> const& from);
» more...
from unchangedbslma::Allocator pointer held by from| Name | Description |
|---|---|
| from | allocator to adapt |