GCSFilter::Match

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

NameDescription
elementThe element to test for membership.