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