PrevUpHomeNext

Struct template string_cp

boost::unicode::string_cp

Synopsis

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

template<char32 I> 
struct string_cp {
};

Description

Meta-function that takes a Unicode code point and returns it encoded in UTF-8 as an int usable as a parameter to boost::mpl::string. Note this only works if int is big enough to hold the set of encoded UTF-8 code units.


PrevUpHomeNext