bitset_detail::operator==

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 no 1 bits remain to iterate.

Parameters

NameDescription
aThe iterator to test.
endThe end sentinel to compare against.