begin overloads

Synopses

Declared in <util/bitdeque.h>

Return a mutable iterator to the first bit.

iterator
begin() noexcept;

Return a read‐only iterator to the first bit.

const_iterator
begin() const noexcept;

Return Value

  • Iterator to the beginning.

  • Const iterator to the beginning.

Created with MrDocs