Chemical Data Processing Library C++ API - Version 1.1.1
Public Member Functions | List of all members
CDPL::Base::LookupKey::HashFunc Struct Reference

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...
 

Detailed Description

A functor class implementing the generation of hash codes for LookupKey instances.

Member Function Documentation

◆ operator()()

std::size_t CDPL::Base::LookupKey::HashFunc::operator() ( const LookupKey key) const
inline

Returns the hash code of the LookupKey instance key.

Parameters
keyThe LookupKey instance.
Returns
The hash code of key.

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