boost::text::collation_sort_key
// In header: <boost/text/text.hpp> template<nf Normalization, typename Char, typename String> text_sort_key collation_sort_key(basic_text< Normalization, Char, String > const & str, collation_table const & table, collation_flags flags = collation_flags::none);
Returns a collation sort key for str, using the given collation table. Any optional settings flags will be honored, so long as they do not conflict with the settings on the given table.
![]() |
Note |
|---|---|
The contents of |