std::allocator<void> is not an allocator type, even though all other specializations are allocator types.
Declared in <bslma_isstdallocator.h>
template<>
struct IsStdAllocator<std::allocator<void>>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |