BloombergLP::bslma::UsesBslmaAllocator<bsl::allocator<TYPE>>

An allocator is not itself an allocator-aware type, even though it is convertible from bsl::Allocator *.

Synopsis

Declared in <bslma_bslallocator.h>

template<class TYPE>
struct UsesBslmaAllocator<bsl::allocator<TYPE>>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.