Creates an inlined vector with n copies of v.
Synopsis
Declared in <absl/container/inlined_vector.h>
InlinedVector(
size_type n,
const_reference v,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
n |
The number of elements to create. |
v |
The value to copy into each element. |
allocator |
The allocator to use. |
Created with MrDocs