Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Addresses of objects in unordered_set

Ilia_M_
Beginner
252 Views

Hi,

Imagine I have a large unordered_set that I only query concurrently and do not modify. Can I assume that addresses of the objects in the set do not change between queries? I want to use addresses as object ids. 

0 Kudos
0 Replies
Reply