30 #ifndef GUM_TUPLE_HASH_FUNC_H 31 #define GUM_TUPLE_HASH_FUNC_H 40 class HashFunc<
std::tuple< unsigned int, unsigned int, unsigned int > >
42 std::tuple< unsigned int, unsigned int, unsigned int > > {
49 static Size castToSize(
50 const std::tuple< unsigned int, unsigned int, unsigned int >& key);
53 virtual Size operator()(
54 const std::tuple< unsigned int, unsigned int, unsigned int >& key)
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Class template representing hashing function of LpCol.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
All hash functions should inherit from this class.
std::size_t Size
In aGrUM, hashed values are unsigned long int.