[#absl-InlinedVector-2constructor-0f4] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::InlinedVector :relfileprefix: ../../ :mrdocs: Creates an empty inlined vector with a value‐initialized allocator. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- InlinedVector() noexcept(noexcept(allocator_type())); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#