Unordered_map

Hi,

Could you tell what is the hash function used to map key<->value pair in an Unordered_map? Is there a way to modify this hash function?

Thanks!
It depends on your compiler.
You can modify its behavior using the "comparison" template argument to the unordered_map type.
Topic archived. No new replies allowed.