Compares two allocators for equality; they are always equal since the allocator is stateless.
Declared in <support/allocators/zeroafterfree.h>
bool
operator==(
zero_after_free_allocator const& a,
zero_after_free_allocator<U> const& b) noexcept;
Always true.
| Name | Description |
|---|---|
| a | First allocator to compare (unused). |
| b | Second allocator to compare (unused). |