PrevUpHomeNext

Function template locale_utf_transcode

boost::unicode::locale_utf_transcode

Synopsis

// In header: <boost/unicode/utf.hpp>


template<typename Range, typename OutputIterator, typename... T> 
  OutputIterator 
  locale_utf_transcode(const Range & range, OutputIterator out, const T & ...);

Description

Eagerly evaluates boost::unicode::locale_utf_transcoder until the whole input range range has been treated, copying the result to out and returning the past-the-end output iterator.


PrevUpHomeNext