PrevUpHomeNext

Function template as_graphemes

boost::text::v1::as_graphemes

Synopsis

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


template<typename Range> constexpr auto as_graphemes(Range && r);

Description

Returns a grapheme_view over the data in r, transcoding the data if necessary. If std::remove_reference_t<R> is not a pointer, the result is returned as a borrowed_view_t (C++20 and later only).


PrevUpHomeNext