boost::dynamic_bitset::at
A checked version of operator.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
at(size_type pos) const;
Parameters
| Name | Description |
|---|---|
pos |
The position of the bit to test. |
Created with MrDocs
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
A checked version of operator.
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
at(size_type pos) const;
| Name | Description |
|---|---|
pos |
The position of the bit to test. |
Created with MrDocs