PrevUpHomeNext

Function template make_simple_collation_searcher

boost::text::v1::make_simple_collation_searcher

Synopsis

// In header: <boost/text/collation_search.hpp>


template<code_point_iter I, std::sentinel_for< I > S> 
  unspecified make_simple_collation_searcher(I first, S last, 
                                             collation_table const & table, 
                                             collation_flags flags = collation_flags::none);

Description

Returns a simple_collation_searcher that will find the pattern [first, last). A match must begin and end at a grapheme boundary.


PrevUpHomeNext