Boost.DynamicBitset

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

boost::dynamic_bitset::cend

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

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

const_iterator
cend() const;

Return Value

A read‐only iterator into the bitset.

Created with MrDocs