BloombergLP::bslma::IsStdAllocator<bsl::allocator<void>>

bsl::allocator<void> is not an allocator type, even though all other instantiations are allocator types.

Synopsis

Declared in <bslma_bslallocator.h>

template<>
struct IsStdAllocator<bsl::allocator<void>>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.