[#absl-InlinedVector-assign-0ed] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::assign :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::assign(...)` that replaces the contents of the inlined vector with copies of the elements of `list`. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void assign(std::initializer_list<value_type> list); ---- == Parameters [cols="1,4"] |=== | Name| Description | *list* | The initializer list to copy elements from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#