Go to the first, previous, next, last section, table of contents.


11.2 Wide Characters

The abstract values of wide characters, the C++ type wchar_t are modeled by the following trait. Since this type is implementation dependent, this trait doesn't say much.

% @(#) $Id: wchar_t.lsl,v 1.1 1994/09/21 15:03:17 leavens Exp $
wchar_t: trait
  includes char(wchar_t, WCHAR_MIN for CHAR_MIN, WCHAR_MAX for CHAR_MAX)


Go to the first, previous, next, last section, table of contents.