#include <BALL/COMMON/hash.h>
Public Member Functions | |
HashIndex | operator() (const T &t) const |
General Hash Function Template. This template function provides a simple wrapper for the specialized hash functions. It facilitates their use in STL hash associative containers which expect a Hasher class as template parameter.
Definition at line 26 of file hash.h.
HashIndex BALL::HashFunction< T >::operator() | ( | const T & | t | ) | const [inline] |