[#absl-InlinedVector-2constructor-0d2] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::InlinedVector :relfileprefix: ../../ :mrdocs: Creates an inlined vector by copying the contents of `other` using `other`'s allocator. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- InlinedVector(xref:absl/InlinedVector.adoc[InlinedVector] const& other); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The inlined vector to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#