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

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Created with MrDocs