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