PrevUpHomeNext

Function template u16_decode

boost::unicode::adaptors::u16_decode

Synopsis

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


template<typename Range, typename... T> 
  boost::converted_range< Range, boost::unicode::u16_decoder > 
  u16_decode(Range && range, const T & ...);

Description

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


PrevUpHomeNext