Test whether we are done (can only compare with IteratorEnd).
Declared in <util/bitset.h>
constexpr
bool
operator==(
Iterator const& a,
IteratorEnd const& end) noexcept;
true when all limbs have been iterated.
| Name | Description |
|---|---|
| a | The iterator to test. |
| end | The end sentinel to compare against. |