Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template normalized

boost::unicode::normalized

Synopsis

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


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

Description

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


PrevUpHomeNext