boost::dynamic_bitset::cbegin
Returns a read‐only iterator that refers to the least significant bit in the bitset.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
const_iterator
cbegin() const;
Return Value
A read‐only iterator into the bitset.
Created with MrDocs