BloombergLP::bslma::ConstructionUtil_AllocAdaptorUtil<TYPE, false, true>::adapt

adapt overloads

Synopses

Declared in <bslma_constructionutil.h>

Return the bslma::Allocator pointer held by a.

template<class ALLOC>
static
bslma::Allocator*
adapt(ALLOC const& a);
» more...

Return the specified alloc_p pointer, implicitly converted to bslma::Allocator *. Compilation will fail unless ALLOC is derived from bslma::Allocator.

template<class ALLOC>
static
bslma::Allocator*
adapt(ALLOC const*& alloc_p);
» more...

Return Value

  • the bslma::Allocator pointer held by a
  • alloc_p converted to bslma::Allocator *

Parameters

NameDescription
aallocator object providing a mechanism() accessor
alloc_ppointer to an allocator derived from bslma::Allocator