Standard C++ Library Reference ISO/IEC (VERSION3)
wistringstream
typedef basic_istringstream<wchar_t> wistringstream;
The type is a synonym for template class basic_istringstream, specialized for elements
of type wchar_t.
wostringstream
typedef basic_ostringstream<wchar_t> wostringstream;
The type is a synonym for template class basic_ostringstream, specialized for elements
of type wchar_t.
wstringbuf
typedef basic_stringbuf<wchar_t> wstringbuf;
The type is a synonym for template class basic_stringbuf, specialized for elements of
type wchar_t.
wstringstream
typedef basic_stringstream<wchar_t> wstringstream;
The type is a synonym for template class basic_stringstream, specialized for elements
of type wchar_t.
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.