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