void operator()(const RandomIterator pattern_begin, const RandomIterator pattern_end, const RandomIterator text_begin, const RandomIterator text_end, UnaryPredicate &action) const
Pattern matching with the Knuth-Morris-Pratt's algorithm.
Exact pattern finding with the Knuth-Morris-Pratt's algorithm.