|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Auxiliary class for hash evaluation of map keys and elements. More...
#include <JHashMap.hh>
Public Member Functions | |
| JHashMapEvaluator (const JEvaluator_t &evaluator) | |
| Constructor. | |
| template<class JKey_t , class JValue_t > | |
| int | operator() (const std::pair< JKey_t, JValue_t > &pair) |
| Get hash value of given pair. | |
Auxiliary class for hash evaluation of map keys and elements.
Definition at line 33 of file JHashMap.hh.
|
inline |
Constructor.
| evaluator | evaluator |
Definition at line 43 of file JHashMap.hh.
|
inline |
Get hash value of given pair.
| pair | pair |
Definition at line 55 of file JHashMap.hh.