Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template u8_decoded

boost::unicode::u8_decoded

Synopsis

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


template<typename Range, typename... T> 
  unspecified u8_decoded(Range && range, const T &... args);

Description

Lazily evalutes unicode::u8_decoder by returning a range adapter that wraps the range range and converts it step-by-step as the range is advanced.


PrevUpHomeNext