mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 16:51:39 +01:00
Fill in more of the unordered container documentation.
[SVN r3042]
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[section:comparison Comparison to Associative Containers]
|
||||
[section:comparison Comparison with Associative Containers]
|
||||
|
||||
* The elements in an unordered container are organised into buckets, in an
|
||||
unpredictable order. There are member functions to.... TODO
|
||||
* The unordered associative containers don't support the comparison operators.
|
||||
unpredictable order. There are member functions to access these buckets which
|
||||
was described earlier.
|
||||
* The unordered associative containers don't support any comparison operators.
|
||||
* Instead of being parameterized by an ordering relation `Compare`,
|
||||
the unordered associative container are parameterized by a function object
|
||||
`Hash` and an equivalence realtion `Pred`. The member types and accessor
|
||||
|
||||
Reference in New Issue
Block a user