boost::dynamic_bitset::test
Tests the bit at the given position.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
test(size_type pos) const;
Preconditions
-
pos < this‐>size().
Created with MrDocs