Standard C++ Library Reference ISO/IEC (VERSION3)
if by repeated calls to sputc, from the array beginning at ptr. It returns the number of
elements actually inserted.
streambuf
typedef basic_streambuf<char, char_traits<char> >
streambuf;
The type is a synonym for template class basic_streambuf, specialized for elements of
type char with default character traits.
wstreambuf
typedef basic_streambuf<wchar_t, char_traits<wchar_t> >
wstreambuf;
The type is a synonym for template class basic_streambuf, specialized for elements of
type wchar_t with default character traits.
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.