Return the allocator used by this deque to supply memory.
Synopsis
Declared in <bslstl_deque.h>
deque<VALUE_TYPE, ALLOCATOR>::allocator_type
get_allocator() const noexcept;
Return Value
allocator used by this deque
Created with MrDocs