mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 23:23:59 +00:00
fixed #240
This commit is contained in:
parent
fb41bdc82d
commit
73582be563
@ -6,7 +6,7 @@
|
||||
`boost::unordered_node_map` — A node-based, open-addressing unordered associative container that associates unique keys with another value.
|
||||
|
||||
`boost::unordered_node_map` uses an open-addressing layout like `boost::unordered_flat_map`, but,
|
||||
being node-based, it provides pointer/iterator stability and node handling functionalities.
|
||||
being node-based, it provides pointer stability and node handling functionalities.
|
||||
Its performance lies between those of `boost::unordered_map` and `boost::unordered_flat_map`.
|
||||
|
||||
As a result of its using open addressing, the interface of `boost::unordered_node_map` deviates in
|
||||
|
@ -6,7 +6,7 @@
|
||||
`boost::unordered_node_set` — A node-based, open-addressing unordered associative container that stores unique values.
|
||||
|
||||
`boost::unordered_node_set` uses an open-addressing layout like `boost::unordered_flat_set`, but,
|
||||
being node-based, it provides pointer/iterator stability and node handling functionalities.
|
||||
being node-based, it provides pointer stability and node handling functionalities.
|
||||
Its performance lies between those of `boost::unordered_set` and `boost::unordered_flat_set`.
|
||||
|
||||
As a result of its using open addressing, the interface of `boost::unordered_node_set` deviates in
|
||||
|
Loading…
x
Reference in New Issue
Block a user