Return the capacity of this vector.

Synopsis

Declared in <bslstl_vector.h>

vector<VALUE_TYPE*, ALLOCATOR>::size_type
capacity() const noexcept;

Return Value

capacity of this vector

Created with MrDocs