M
Mike Lischke
Hi group,
Does anybody of you know a template that unites a vector and a hash map?
What I'm after is a hash map that can also be accessed by index. I know
that an associative container is not laid out like a vector but I could
imagine something like double references. That is, first a normal hash map
and second a vector for indexed access that references entries in the hash
map.
Any hint?
Mike
Does anybody of you know a template that unites a vector and a hash map?
What I'm after is a hash map that can also be accessed by index. I know
that an associative container is not laid out like a vector but I could
imagine something like double references. That is, first a normal hash map
and second a vector for indexed access that references entries in the hash
map.
Any hint?
Mike