Boost.DynamicBitset

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

boost::dynamic_bitset::rbegin

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

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

reverse_iterator
rbegin();

Return Value

A reverse read/write reverse iterator into the bitset.

Created with MrDocs