Skip to content

Commit c294290

Browse files
committed
Update documentation for Unique_hash_map
1 parent a6d3e95 commit c294290

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Miscellany/doc/Miscellany/CGAL/Unique_hash_map.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ of type `Data` specified in the definition of `map`.
2727
2828
\cgalHeading{Implementation}
2929
30-
`Unique_hash_map` is implemented via a chained hashing scheme. Access
30+
`Unique_hash_map` is implemented via a `CGAL::unordered_flat_map`. Access
3131
operations `map[i]` take expected time \cgalBigO{1}. The `table_size`
32-
parameter passed to chained hashing can be used to avoid unnecessary
32+
parameter passed to `CGAL::unordered_flat_map` can be used to avoid unnecessary
3333
rehashing when set to the number of expected elements in the map.
3434
The design is derived from the \stl `hash_map` and the \leda type
3535
`map`. Its specialization on insertion only and unique hash values

0 commit comments

Comments
 (0)