hash_bytes< T > Struct Template Reference
#include <hash_string.h>
List of all members.
Detailed Description
template<class T>
struct hash_bytes< T >
simple template class for hashing the bytes of arbitrary objects
Treats T like a string of sizeof(T) bytes. Computes the hash using:
for each byte i
.
Definition at line 59 of file hash_string.h.
The documentation for this struct was generated from the following file: