boost::dynamic_bitset::all

Checks whether all bits in *this are set.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
all() const;

Throws

Nothing.

Return Value

true if all bits in this bitset are set or if size() == 0; otherwise false.

Created with MrDocs