![]() |
Public API Reference |
![]() |
Template for hash value computing. More...
#include <csutil/hashcomputer.h>
Static Public Member Functions | |
static uint | ComputeHash (const T &key) |
Compute a hash value for key. |
Template for hash value computing.
Expects that T has a method 'uint GetHash() const'.
Definition at line 50 of file hashcomputer.h.
static uint csHashComputer< T >::ComputeHash | ( | const T & | key | ) | [inline, static] |
Compute a hash value for key.
Definition at line 54 of file hashcomputer.h.