A functor for getting an atom's hash from a captured list of hashes. More...
#include <AtomEnvironmentHash.h>
Public Types | |
using | argument_type = AtomIndex |
using | result_type = HashType |
Public Member Functions | |
LookupFunctor (const std::vector< HashType > &hashes) | |
HashType | operator() (const AtomIndex i) const |
Data Fields | |
const std::vector< HashType > *const | hashesPtr |
A functor for getting an atom's hash from a captured list of hashes.