boost::dynamic_bitset::operator[]
The same as test( pos ).
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
operator[](size_type pos) const;
Preconditions
-
pos < this‐>size().
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
The same as test( pos ).
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
operator[](size_type pos) const;
pos < this‐>size().
Created with MrDocs