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
Name |
Description |
a |
The iterator to test. |
end |
The end sentinel to compare against. |
Created with MrDocs