Difference between revisions of "cpp/container/unordered multimap/get allocator"
From cppreference.com
< cpp | container | unordered multimap
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
m (Shorten template names. Use {{lc}} where appropriate.) |
||
Line 1: | Line 1: | ||
− | {{page | + | {{page|cpp/container/get_allocator|unordered_multimap}} |
[[de:cpp/container/unordered multimap/get allocator]] | [[de:cpp/container/unordered multimap/get allocator]] |
Revision as of 20:37, 31 May 2013
allocator_type get_allocator() const noexcept; |
(since C++11) (constexpr since C++26) |
|
Returns the allocator associated with the container.
Return value
The associated allocator.
Complexity
Constant.