Return an allocator adapted from the specified allocator.

Synopsis

Declared in <bslma_allocatorutil.h>

template<class t_TYPE>
static
bslma::Allocator*
adapt(bsl::allocator<t_TYPE> const& from);

Created with MrDocs