Difference between revisions of "cpp/container/unordered multimap/get allocator"
From cppreference.com
< cpp | container | unordered multimap
m (Shorten template names. Use {{lc}} where appropriate.) |
m (langlinks) |
||
Line 1: | Line 1: | ||
{{include page|cpp/container/get_allocator|unordered_multimap}} | {{include page|cpp/container/get_allocator|unordered_multimap}} | ||
− | + | deesfritjaptruzh | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 11:51, 4 December 2021
allocator_type get_allocator() const noexcept; |
(since C++11) (constexpr since C++26) |
|
Returns the allocator associated with the container.
[edit] Return value
The associated allocator.
[edit] Complexity
Constant.