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