Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/container/unordered multimap/get allocator"

From cppreference.com
 
m (langlinks)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{cpp/container/get_allocator|unordered_multimap}}
+
{{cpp/container/get_allocator|unordered_multimap
 +
 
 +
}}

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.