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