Content deleted Content added
m plural |
Jerryobject (talk | contribs) WP:LINKs: updates, fix-cut needless WP:NOPIPEs, WP:OVERLINKs. Full terms define before WP:ABBReviations. Small WP:EoS WP:COPYEDITs. |
||
Line 1:
{{C++ Standard
In the programming language [[C++
The unordered associative containers are similar to the [[
==History==
The first widely used implementation of hash tables in the C++ language was <code>hash_map</code>, <code>hash_set</code>, <code>hash_multimap</code>, <code>hash_multiset</code> class templates of the [[Silicon Graphics
The <code>hash_*</code> class templates were proposed into [[C++ Technical Report 1
==Overview of functions==
Line 19:
!
! <code>unordered_set</code><br>([[C++11]])
! <code>unordered_map</code><br>(
! <code>unordered_multiset</code><br>(
! <code>unordered_multimap</code><br>(
! Description
|-
Line 200:
==Custom hash functions==
<source lang="cpp">
struct X{int i,j,k;};
Line 231:
==References==
{{
{{use dmy dates|date=January 2012}}
|