PrevUpHomeNext

Function template utf32_iterator

boost::text::v1::utf32_iterator

Synopsis

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


template<std::bidirectional_iterator I, std::sentinel_for< I > S> 
  auto utf32_iterator(I first, I it, S last);

Description

Returns an iterator equivalent to it that transcodes [first, last) to UTF-32.


PrevUpHomeNext