Default hash functions.
More...
#include <ogdf/basic/Hashing.h>
List of all members.
Public Member Functions |
| size_t | hash (const K &key) const |
| | Returns the hash value of key.
|
Detailed Description
template<class K>
class ogdf::DefHashFunc< K >
Default hash functions.
This class implements a default hash function for various basic data types.
- See also:
- Hashing, HashArray, HashArray2D
Definition at line 248 of file Hashing.h.
Member Function Documentation
Returns the hash value of key.
Definition at line 250 of file Hashing.h.
The documentation for this class was generated from the following file: