Boost.DynamicBitset

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

boost::dynamic_bitset::rend

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
rend() const;

Return Value

A reverse read‐only iterator into the bitset.

Created with MrDocs