Ensures that there is enough room for at least n elements.
Synopsis
Declared in <absl/container/inlined_vector.h>
void
reserve(size_type n);
Parameters
Name |
Description |
n |
The minimum capacity to reserve. |
Created with MrDocs