Standard C++ Library Reference ISO/IEC (VERSION3)

size_t
typedef ui-type size_t;
The type is the unsigned integer type ui-type of an object that you declare to store the result
of the sizeof operator.
wchar_t
typedef i-type wchar_t; [keyword in C++]
The type is the integer type i-type of a wide-character constant, such as L'X'. You declare
an object of type wchar_t to hold a wide character.
See also the Table of Contents and the Index.
Copyright © 1989-2001 by P.J. Plauger and Jim Brodie. All rights reserved.