CluE
1.0
|
Base class template for any hash function mapping an element from universe U to hashing space H. More...
#include <hashfunction.h>
Public Member Functions | |
virtual H | operator() (U const &element) const =0 |
Base class template for any hash function mapping an element from universe U to hashing space H.
Definition at line 10 of file hashfunction.h.
|
pure virtual |