Compares two allocators for equality; they are always equal since the allocator is stateless.

Synopsis

Declared in <support/allocators/zeroafterfree.h>

bool
operator==(
    zero_after_free_allocator const& a,
    zero_after_free_allocator<U> const& b) noexcept;

Return Value

Always true.

Parameters

Name

Description

a

First allocator to compare (unused).

b

Second allocator to compare (unused).

Created with MrDocs