aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
gum::HashFunc< key > Class Template Reference

Class template representing hashing function of LpCol. More...

#include <agrum/tools/core/hashFunc.h>

Detailed Description

template<typename key>
class gum::HashFunc< key >

Class template representing hashing function of LpCol.

Generic hash functions for pairs of keys.

This class should be useless as only its specializations should be used.

To use aGrUM hashTable.

However it prevents to create hash functions on key types that are not yet supported.

Template Parameters
Key1The type hashed of the first element in the pair.
Key2The type hashed of the second element in the pair.

Definition at line 468 of file hashFunc.h.


The documentation for this class was generated from the following file: