boost::text::v1::make_boyer_moore_horspool_collation_searcher
// In header: <boost/text/collation_search.hpp> template<code_point_iter I, std::sentinel_for< I > S> unspecified make_boyer_moore_horspool_collation_searcher(I first, S last, collation_table const & table, collation_flags flags = collation_flags::none);
Returns a boyer_moore_horspool_collation_searcher
that will find the pattern [first, last)
. A match must begin and end at a grapheme boundary.