Return the number of elements this array can hold in terms of the current data type used to store its elements.
Synopsis
Declared in <bdlc_packedintarray.h>
std::size_t
capacity() const;
Return Value
number of elements this array can hold with the current storage type
Created with MrDocs