Return the bslma::Allocator pointer held by from.
Declared in <bslma_allocatorutil.h>
template<class t_TYPE>
static
bslma::Allocator*
adapt(bsl::allocator<t_TYPE> const& from);
the bslma::Allocator pointer held by from
| Name | Description |
|---|---|
| from | bsl::allocator to adapt |