Standard C++ Library Reference ISO/IEC (VERSION3)
wchar_t with default character traits.
ws
template class<Elem, Tr>
basic_istream<Elem, Tr>& ws(basic_istream<Elem, Tr>& istr);
The manipulator extracts and discards any elements ch for which use_facet<
ctype<Elem> >( getloc()). is( ctype<Elem>::space, ch) is true.
The function calls setstate(eofbit) if it encounters end-of-file while extracting elements. It
returns istr.
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.