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