Return the capacity of this vector, i.e., the maximum number of elements for which resizing is guaranteed not to trigger a reallocation.
Synopsis
Declared in <bslstl_vector.h>
vectorBase<VALUE_TYPE>::size_type
capacity() const noexcept;
Created with MrDocs