Spec SetHorspoolPattern
Multiple exact string matching using set horspool algorithm.

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

Template Parameters

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

Interface Function Overview

Interface Functions Inherited From Pattern

Interface Metafunction Overview

Interface Metafunctions Inherited From Pattern

Detailed Description

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