Namespaces
Variants
Views
Actions

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

From cppreference.com
m (Add link to edit the included template)
m (langlinks)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{page template|cpp/container/get_allocator|unordered_multimap}}
+
{{page|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.