This utility class template provides a static adapt method that adapts an allocator object to the type expected by TYPE. This primary template is instantiated only for a non-AA TYPE; such types do not expect an allocator, so no adapt method is defined.
Declared in <bslma_constructionutil.h>
template<class TYPE>
struct ConstructionUtil_AllocAdaptorUtil<TYPE, false, false>;