I have used unsorted_map from TR1.
I never know any data structure from STL is hashmap.
My coworker insists that STL has hashmap, which he cannot (or not willing )find for me.
Could anybody judge this argue?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Standard C++98 does not have a hash map, but many implementation of the STL, like the original SGI implementation, do have a hash_map class.