Overload of InlinedVector::assign(...) that replaces the contents of the inlined vector with copies of the elements of list.
Declared in <absl/container/inlined_vector.h>
void
assign(std::initializer_list<value_type> list);
| Name | Description |
|---|---|
| list | The initializer list to copy elements from. |