bitdeque::end

end overloads

Synopses

Declared in <util/bitdeque.h>

Return a mutable iterator past the last bit.

iterator
end() noexcept;
» more...

Return a read-only iterator past the last bit.

const_iterator
end() const noexcept;
» more...

Return Value

  • Iterator to the end.
  • Const iterator to the end.