Spec MultipleShiftAndPattern
Multiple exact string matching using bit parallelism.

Extends Pattern
All Extended Pattern
Defined in <seqan/find.h>
Signature template <typename TNeedle> class Pattern<TNeedle, MultipleShiftAnd>;

Template Parameters

TNeedle The needle type, a string of keywords. Types: String

Interface Function Overview

Interface Functions Inherited From Pattern

Interface Metafunction Overview

Interface Metafunctions Inherited From Pattern

Detailed Description

The total size of the patterns should fit into a computer word.

The types of all keywords in the needle and the haystack have to match.