Chemical Data Processing Library C++ API - Version 1.1.1
|
A functor class implementing the generation of hash codes for LookupKey
instances.
More...
#include <LookupKey.hpp>
Public Member Functions | |
std::size_t | operator() (const LookupKey &key) const |
Returns the hash code of the LookupKey instance key. More... | |
A functor class implementing the generation of hash codes for LookupKey
instances.
|
inline |
Returns the hash code of the LookupKey
instance key.
key | The LookupKey instance. |