PrevUpHomeNext

Struct template static_u16_encode

boost::unicode::static_u16_encode

Synopsis

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

template<typename Sequence> 
struct static_u16_encode {
};

Description

Meta-function that takes an MPL sequence in UTF-32 and returns it encoded in UTF-16 as a boost::mpl::u16string


PrevUpHomeNext