[#absl-chunked_queue-get_allocator] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::get_allocator :relfileprefix: ../../ :mrdocs: Returns the allocator associated with the container. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/chunked_queue/allocator_type.adoc[allocator_type] get_allocator() const; ---- == Return Value The allocator. [.small]#Created with https://www.mrdocs.com[MrDocs]#