Boost.DynamicBitset

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

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.

reverse_iterator
rend();

» more...

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

const_reverse_iterator
rend() const;

» more...

Created with MrDocs