PrevUpHomeNext

Function template as_graphemes

boost::text::v1::as_graphemes

Synopsis

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


template<typename Iter, typename Sentinel> 
  constexpr auto as_graphemes(Iter first, Sentinel last);

Description

Returns a grapheme_view over the data in [first, last), transcoding the data if necessary.


PrevUpHomeNext