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 *.
Declared in <bslma_constructionutil.h>
template<class TYPE>
struct ConstructionUtil_AllocAdaptorUtil<TYPE, false, true>;
| Name | Description |
|---|---|
adapt | adapt overloads |