An allocator is not itself an allocator-aware type, even though it is convertible from bsl::Allocator *.
Declared in <bslma_bslallocator.h>
template<class TYPE>
struct UsesBslmaAllocator<bsl::allocator<TYPE>>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |