Namespaces
Variants
Views
Actions

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

From cppreference.com
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 template|cpp/container/get_allocator|unordered_multimap}}
+
{{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.