PrevUpHomeNext

Type definition char32

char32

Synopsis

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


typedef unspecified char32;

Description

Typedef to C++0x char32_t, or uint_least32_t from cstdint if not available.


PrevUpHomeNext