Allows write access to elements and combines data access, locking, and garbage collection. More...
#include <concurrent_hash_map.h>
Public Types | |
typedef concurrent_hash_map::value_type | value_type |
Type of value. | |
Public Member Functions | |
reference | operator* () const |
Return reference to associated value in hash table. | |
pointer | operator-> () const |
Return pointer to associated value in hash table. |
Allows write access to elements and combines data access, locking, and garbage collection.