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::reserve
void reserve(size_type n);
The member function ensures that capacity
()
henceforth returns at least n
.
See the related sample program.