PrevUpHomeNext

Function get_decomposition

boost::unicode::ucd::get_decomposition

Synopsis

// In header: <boost/unicode/ucd/properties.hpp>


iterator_range< const char32 * > get_decomposition(char32 ch);

Description

Returns the decomposition associated with ch as a range of code points; an empty range is returned if there is none. See the decomposition_type property to know what kind of decomposition it is.


PrevUpHomeNext