PrevUpHomeNext

Type type

boost::unicode::ucd::decomposition_type::type

Synopsis

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


enum type { none, font, no_break, initial, medial, final, isolated, circle, 
            super, sub, vertical, wide, narrow, small_, square, fraction, 
            compat, canonical };

Description

Type of decomposition mapping associated with the code point. All values but none and canonical indicate a compatibility decomposition mapping.


PrevUpHomeNext