PrevUpHomeNext

Struct template utf_encoder

boost::unicode::utf_encoder

Synopsis

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

template<typename ValueType> 
struct utf_encoder {
  // types
  typedef ValueType output_type;
};

Description

Model of OneManyConverter, either behaves like u16_encoder, u8_encoder or nothing depending on the targeted element type ValueType.


PrevUpHomeNext