Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::dynamic_bitset::at :: Boost.DynamicBitset

boost::dynamic_bitset::at

A checked version of operator.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
at(size_type pos) const;

Throws

std::out_of_range if pos is not within the range of the bitset.

Return Value

The same as operator.

Parameters

Name Description

pos

The position of the bit to test.

Created with MrDocs