end overloads

Synopses

Declared in <util/bitdeque.h>

Return a mutable iterator past the last bit.

iterator
end() noexcept;

Return a read‐only iterator past the last bit.

const_iterator
end() const noexcept;

Return Value

  • Iterator to the end.

  • Const iterator to the end.

Created with MrDocs