Creates an inlined vector with copies of the elements of list.
Declared in <absl/container/inlined_vector.h>
InlinedVector(
std::initializer_list<value_type> list,
allocator_type const& allocator = allocator_type());
| Name | Description |
|---|---|
| list | The initializer list to copy elements from. |
| allocator | The allocator to use. |