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 (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh)
Line 1: Line 1:
 
{{page template|cpp/container/get_allocator|unordered_multimap}}
 
{{page template|cpp/container/get_allocator|unordered_multimap}}
 +
 +
 +
 +
 +
 +
 +
 +
 +

Revision as of 09:37, 2 November 2012

 
 
 
 
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.