boost::dynamic_bitset::none
Checks whether this bitset has no set bit.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
none() const;
Return Value
true if no bits in this bitset are set, otherwise false.
Created with MrDocs