Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
vector::capacity
size_type capacity() const;
The member function returns the storage currently allocated to hold the controlled sequence, a value at least as large as size
()
.
See the related sample program.