boost::unicode::string_cp
// In header: <boost/unicode/string_cp.hpp> template<char32 I> struct string_cp { };
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.
int
boost::mpl::string