PrevUpHomeNext

Struct template static_u16_encoder

boost::unicode::static_u16_encoder

Synopsis

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

template<char32 I> 
struct static_u16_encoder {

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

Description

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

static_u16_encoder public member functions

  1.  BOOST_STATIC_ASSERT(I<= 0x10FFFFu);

PrevUpHomeNext