boost::dynamic_bitset::empty
Checks whether this bitset has size zero.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
bool
empty() const noexcept;
Return Value
this‐>size() == 0.
Created with MrDocs