begin overloads
Synopses
Declared in <util/bitdeque.h>
Return a mutable iterator to the first bit.
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