boost::dynamic_bitset::begin
begin overloads
Synopses
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
Returns a read/write iterator that refers to the least significant bit in the bitset.
Returns a read‐only iterator that refers to the least significant bit in the bitset.
const_iterator
begin() const;
Created with MrDocs