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

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

#include <agrum/CN/LpInterface.h>

Detailed Description

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

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

Class template representing hashing function of LpCol.

Generic hash functions for pairs of keys.

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.

To use aGrUM hashTable.

Definition at line 487 of file hashFunc.h.


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