PrevUpHomeNext

Struct template static_u8_encode

boost::unicode::static_u8_encode

Synopsis

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

template<typename Sequence> 
struct static_u8_encode {
};

Description

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


PrevUpHomeNext