Allocator adaptor for a non‐allocator‐aware TYPE (defines no adapt).

Synopsis

Declared in <bslma_constructionutil.h>

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

Description

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.

Created with MrDocs