We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80f181 commit f5f19dbCopy full SHA for f5f19db
func.html
@@ -464,7 +464,7 @@ <h1><code>boyer_moore_horspool_searcher</code> creation functions</h1>
464
<cxx-signature>template<class RandomAccessIterator,
465
class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
466
class BinaryPredicate = equal_to<>>
467
-boyer_moore_searcher_horspool<RandomAccessIterator, Hash, BinaryPredicate>
+boyer_moore_horspool_searcher<RandomAccessIterator, Hash, BinaryPredicate>
468
make_boyer_moore_horspool_searcher(
469
RandomAccessIterator pat_first, RandomAccessIterator pat_last,
470
Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate());</cxx-signature>
0 commit comments