- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have a concurrent hashmap defined like this- This is straight from an example in TBB code.
typedef concurrent_hash_map<MyString,int> StringTable;
Now, how do I do the following with it-
(1) Add data to it
(2) Delete data from it
(3) Find a data in it
(4) Update a key pair value
(5) Modify a key pair value ie data
The example uses the hashmap in a for loop where the above are not implemented.
Yours sincerely,
Arvind.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page