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;
Created with MrDocs