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

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

Synopsis

Declared in <bslma_isstdallocator.h>

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

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.