boost::dynamic_bitset::capacity
Returns the total number of elements that *this can hold without requiring reallocation.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
size_type
capacity() const noexcept;
Return Value
The abovementioned number of elements.
Created with MrDocs