Boost.DynamicBitset

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

boost::dynamic_bitset::rbegin

rbegin overloads

Synopses

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

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

reverse_iterator
rbegin();

» more...

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

const_reverse_iterator
rbegin() const;

» more...

Created with MrDocs