Unordered associative containers (C++): Difference between revisions

Content deleted Content added
m fixed link
m top: Confirm {{Use dmy dates}} from 2012
 
(One intermediate revision by the same user not shown)
Line 1:
{{Short description|Group of class templates in the C++ Standard Library}}
{{useUse dmy dates|date=JanuaryDecember 20122023}}
{{C++ Standard Library}}
 
Line 19 ⟶ 20:
|-
!
! <code>unordered_set</code><br />([[C++11]])
! <code>unordered_map</code><br />(C++11)
! <code>unordered_multiset</code><br />(C++11)
! <code>unordered_multimap</code><br />(C++11)
! Description
|-
Line 235 ⟶ 236:
==References==
{{Reflist}}
 
{{use dmy dates|date=January 2012}}
 
[[Category:Articles with example C++ code]]