C++
:
Reference
:
IOstream Library
: streamsize
Search:
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
IOstream Library
manipulators
classes:
·
filebuf
·
fstream
·
ifstream
·
ios
·
iostream
·
ios_base
·
istream
·
istringstream
·
ofstream
·
ostream
·
ostringstream
·
streambuf
·
stringbuf
·
stringstream
objects:
·
cerr
·
cin
·
clog
·
cout
types:
·
fpos
·
streamoff
·
streampos
·
streamsize
streamsize
types
<ios>
Stream size type
Type to represent sizes in streams.
The type is an implementation-defined synonym of one of the signed basic integral types (generally
signed int
or
signed long
).
See also
streamoff
Stream offset type
(type)