PrevUpHomeNext

Function template normalize

boost::unicode::adaptors::normalize

Synopsis

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


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

Description

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


PrevUpHomeNext