Return a read‐only iterator to the first bit.
Synopsis
Declared in <util/bitdeque.h>
const_iterator
cbegin() const noexcept;
Return Value
Const iterator to the beginning.
Created with MrDocs
Return a read‐only iterator to the first bit.
Declared in <util/bitdeque.h>
const_iterator
cbegin() const noexcept;
Const iterator to the beginning.
Created with MrDocs