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