Boost logo

Boost :

Subject: Re: [boost] Boost.Bloom_filter now in Sandbox (WAS Re: Interest in a Bloom Filter?)
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-06-10 12:48:12


Dean Michael Berris wrote:
> And as of revision 53785 of the Boost Sandbox, boost::bloom_filter<>
> now has the following template parameters:
>
> template <class Input, class Sequence, class Block, class Allocator>
> struct bloom_filter;
>
> Sequence is a Fusion-compliant sequence of hash functions.
So call it HashFunctions or HashSequence. Intuitively, I'd interpret
Sequence as "the underlying sequence", i.e. the container that stores
the bits. And yes, I know that makes no sense for a Bloom filter.

Sebastian


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk