Return the number of elements this array can hold, without reallocation, assuming the number of unique elements within this array does not increase.
Synopsis
Declared in <bdlc_compactedarray.h>
std::size_t
capacity() const;
Return Value
current capacity of this array
Created with MrDocs