tags:

views:

28

answers:

1

Hi,

Is there any document regarding "__gnu_cxx::hash_map"? I want to know how to use it.

Srinivas

+1  A: 

The GNU implementation of hash_map is basically the same as the one described in the STL documentation.

Dean Harding
Thanks for your answer. But the document was not helpful. Is there any other better document?
Srinivas Nayak
In what way is it not helpful?
Dean Harding
Though the document says what is what of functions and variables, it doesn't say how to use this, what are the things to be done for using this, what could be a key equality function, why eqstr is a structure and what overloaded operator() do..etc. kind of things. This document is looking similar to a header file. What I was looking for is a descriptive document...example. http://www.cplusplus.com/reference/stl/map/
Srinivas Nayak