Boost.DynamicBitset

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

boost::dynamic_bitset::at

A checked version of operator[]().

Synopses

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

A checked version of operator[]().

reference
at(size_type pos);

» more...

A checked version of operator[]().

bool
at(size_type pos) const;

» more...

Return Value

The same as operator[]( pos ).

Parameters

Name Description

pos

The position of the bit to test.

Created with MrDocs