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 | + | {{include page|cpp/container/get_allocator|unordered_multimap}} |
[[de:cpp/container/unordered multimap/get allocator]] | [[de:cpp/container/unordered multimap/get allocator]] |
Revision as of 19:37, 31 May 2013
allocator_type get_allocator() const noexcept; |
(since C++11) | |
Returns the allocator associated with the container.
Parameters
(none)
Return value
The associated allocator.
Complexity
Constant.