PrevUpHomeNext

Function template decompose

boost::unicode::decompose

Synopsis

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


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

Description

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


PrevUpHomeNext