We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove
erase
1 parent ec7f5f3 commit 38d23f2Copy full SHA for 38d23f2
doc/main/tbb_userguide/concurrent_hash_map.rst
@@ -121,8 +121,8 @@ destruction to end thread lifetime:
121
}
122
123
124
-The method ``remove(key)`` can also operate concurrently. It implicitly
125
-requests write access. Therefore before removing the key, it waits on
+The method ``erase(key)`` can also operate concurrently. It implicitly
+requests write access. Therefore before erasing the key, it waits on
126
any other extant accesses on ``key``.
127
128
.. toctree::
0 commit comments