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