resize overloads
Synopses
Declared in <absl/container/inlined_vector.h>
Resizes the inlined vector to contain n elements.
void
resize(size_type n);
Overload of InlinedVector::resize(...) that resizes the inlined vector to contain n elements.
void
resize(
size_type n,
const_reference v);
Parameters
Name |
Description |
n |
The new number of elements. |
v |
The value to copy into any new elements. |
Created with MrDocs