geomc 1.0
A c++ linear algebra template library
|
Partially-specializable hash function object for arbitrary object and hash types. More...
#include <geomc/Hash.h>
Partially-specializable hash function object for arbitrary object and hash types.
To enable hashing of a custom type, specialize this template for that type. In general it is good to hash with a type-specific nonce so that distinct types that have the same member data do not collide.