boost::text::v1::as_graphemes
// In header: <boost/text/grapheme_view.hpp> template<typename Iter, typename Sentinel> constexpr auto as_graphemes(Iter first, Sentinel last);
Returns a over the data in grapheme_view[first, last), transcoding the data if necessary.