std::unordered_map get_allocator() method
- od C++11
// Const version only
allocator_type get_allocator() const noexcept;
Returns the allocator associated with the container.
Parameters
(none)
Return value
The associated allocator.
Complexity
Constant - O(1).
Exceptions
(none)
Examples
important
This section requires improvement. You can help by editing this doc page.
This article originates from this CppReference page. It was likely altered for improvements or editors' preference. Click "Edit this page" to see all changes made to this document.
Hover to see the original license.
Hover to see the original license.