Relative Content

Tag Archive for c++std

std::unordered_set with memory location control?

I would like to have a data structure that stores items of some type ‘Key’ but additionally provides an access to the memory location where it is stored. More specifically, consider the following types: