[#bsl-deque-0c-get_allocator] = xref:bsl.adoc[bsl]::xref:bsl/deque-0c.adoc[deque]::get_allocator :relfileprefix: ../../ :mrdocs: Return the allocator used by this deque to supply memory. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/deque-0c/allocator_type.adoc[deque<VALUE_TYPE, ALLOCATOR>::allocator_type] get_allocator() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#