boost::dynamic_bitset::size
Returns the number of bits in this bitset.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
size_type
size() const noexcept;
Return Value
the number of bits in this bitset.
Created with MrDocs