PrevUpHomeNext

Struct template static_u8_encoder

boost::unicode::static_u8_encoder

Synopsis

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

template<char32 I> 
struct static_u8_encoder {

  // public member functions
   BOOST_STATIC_ASSERT(I<=);
};

Description

Meta-function that takes a Unicode code point and returns it encoded in UTF-8 as a boost::mpl::string

static_u8_encoder public member functions

  1.  BOOST_STATIC_ASSERT(I<= 0x10FFFFu);

PrevUpHomeNext