HashMapConstAccessor (read only lock)
Can not modify value.
1. [ok] HashMapConstAccessor (including insert, erase, find etc.)
2. [not ok] HashMapAccessor (including find, insert, erase etc.)
HashMapAccessor (write lock)
Can modify value.
1. [not ok] HashMapConstAccessor (including insert, erase, find etc.)
2. [not ok] HashMapAccessor (including insert, erase, find etc.)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.