PrevUpHomeNext

Type definition char16

char16

Synopsis

// In header: <boost/cuchar.hpp>


typedef unspecified char16;

Description

Typedef to C++0x char16_t, or uint_least16_t from cstdint if not available.


PrevUpHomeNext