boost::dynamic_bitset::empty

Checks whether this bitset has size zero.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
empty() const noexcept;

Note

Not to be confused with none(), which has different semantics.

Throws

Nothing.

Return Value

this‐>size() == 0.

Created with MrDocs