Test whether we are done (can only compare with IteratorEnd).

Synopsis

Declared in <util/bitset.h>

constexpr
bool
operator==(
    Iterator const& a,
    IteratorEnd const& end) noexcept;

Return Value

true when all limbs have been iterated.

Parameters

Name

Description

a

The iterator to test.

end

The end sentinel to compare against.

Created with MrDocs