Return a copy of the allocator used by this vector.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::allocator_type
get_allocator() const noexcept;
Return Value
copy of the allocator used by this vector
Created with MrDocs