bitdeque::begin

begin overloads

Synopses

Declared in <util/bitdeque.h>

Return a mutable iterator to the first bit.

iterator
begin() noexcept;
» more...

Return a read-only iterator to the first bit.

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

Return Value

  • Iterator to the beginning.
  • Const iterator to the beginning.