GCSFilter::MatchAny

Checks if any of the given elements may be in the set. False positives are possible with probability 1/M per element checked. This is more efficient that checking Match on multiple elements separately.

Synopsis

Declared in <blockfilter.h>

bool
MatchAny(ElementSet const& elements) const;

Return Value

True if any element may be in the set, false if none are.

Parameters

NameDescription
elementsThe elements to test for membership.