Standard C++ Library
Copyright 1998, Rogue Wave Software, Inc.
wstring
- A typedef for:
basic_string<wchar_t, char_traits<wchar_t>,
allocator<wchar_t> >
For more information about strings, see the entry
basic_string.