[#absl-InlinedVector-get_allocator] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::get_allocator :relfileprefix: ../../ :mrdocs: Returns a copy of the inlined vector's allocator. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/allocator_type.adoc[allocator_type] get_allocator() const; ---- == Return Value A copy of the allocator. [.small]#Created with https://www.mrdocs.com[MrDocs]#