This utility class template provides a static adapt method that adapts an allocator object to the type expected by TYPE. This partial specialization is instantiated for types that expect an allocator of type bslma::Allocator *.

Synopsis

Declared in <bslma_constructionutil.h>

template<class TYPE>
struct ConstructionUtil_AllocAdaptorUtil<TYPE, false, true>;

Static Member Functions

Name

Description

adapt

adapt overloads

Created with MrDocs