Creates an inlined vector by copying the contents of other using the provided allocator.
Declared in <absl/container/inlined_vector.h>
InlinedVector(
InlinedVector const& other,
allocator_type const& allocator);
| Name | Description |
|---|---|
| other | The inlined vector to copy. |
| allocator | The allocator to use. |