Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::rend
arrow_upward

boost::dynamic_bitset::rend

Returns a read/write reverse iterator that refers to one before the least significant bit in the bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

reverse_iterator
rend();

Return Value

A reverse read/write reverse iterator into the bitset.

Created with MrDocs