Request that the capacity be at least the specified value.
Synopsis
Declared in <bslstl_vector.h>
void
reserve(size_type newCapacity);
Parameters
Name |
Description |
newCapacity |
the |
Created with MrDocs
Request that the capacity be at least the specified value.
Declared in <bslstl_vector.h>
void
reserve(size_type newCapacity);
Name |
Description |
newCapacity |
the |
Created with MrDocs