Checks if the element may be in the set. False positives are possible with probability 1/M.

Synopsis

Declared in <blockfilter.h>

bool
Match(Element const& element) const;

Return Value

True if the element may be in the set, false if it is definitely not.

Parameters

Name

Description

element

The element to test for membership.

Created with MrDocs