boost::dynamic_bitset::any

Checks whether any bits in *this are set.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
any() const;

Throws

Nothing.

Return Value

true if any bits in this bitset are set, otherwise false.

Created with MrDocs