What is the most efficient way to count all the different keys in a hash_multimap
?
E.g. if I have a already filled hash_multimap
, (e.g. a container where you can store multiple entities with a same key)
how can i retrieve the set of keys?
What is the most efficient way to count all the different keys in a hash_multimap
?
E.g. if I have a already filled hash_multimap
, (e.g. a container where you can store multiple entities with a same key)
how can i retrieve the set of keys?