Spec SimplePattern
A brute force online searching algorithm.

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

Template Parameters

TNeedle The needle type. Types: ContainerConcept.

Interface Function Overview

Interface Functions Inherited From Pattern

Interface Metafunction Overview

Interface Metafunctions Inherited From Pattern

Detailed Description

This specialization should only be used if no other is applicable.