Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::DefHashFunc< K > Class Template Reference

Default hash functions. More...

#include <ogdf/basic/Hashing.h>

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 213 of file Hashing.h.

Member Function Documentation

◆ hash()

template<class K >
size_t ogdf::DefHashFunc< K >::hash ( const K key) const
inline

Returns the hash value of key.

Definition at line 216 of file Hashing.h.


The documentation for this class was generated from the following file: