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

Content deleted Content added
add overview of functions; description section should be removed/transformed. we don't need so much details
Design: use more specific template
Line 10:
 
==Design==
{{expand section}}
===Overview of functions===
===Overview of functions===
Line 42:
**<code>unordered_map::[http://en.cppreference.com/w/cpp/container/unordered_map/hash_function hash_function]</code> - Returns the function used to create hash of a key
**<code>unordered_map::[http://en.cppreference.com/w/cpp/container/unordered_map/key_eq key_eq]</code> - Returns key comparison function
 
 
== Description ==