Honeycomb  0.1
Component-Model Framework
Public Member Functions | List of all members
honey::bloom_filter::hash< T > Struct Template Reference

Functor used to generate hash. Each hashIndex for the same object must produce a unique hash. More...

#include <BloomFilter.h>

Public Member Functions

szt operator() (const T &val, szt hashIndex) const
 

Detailed Description

template<class T>
struct honey::bloom_filter::hash< T >

Functor used to generate hash. Each hashIndex for the same object must produce a unique hash.

Member Function Documentation

template<class T>
szt honey::bloom_filter::hash< T >::operator() ( const T &  val,
szt  hashIndex 
) const
inline

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