cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : IOstream Library : streamsize
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forum
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
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)

© The C++ Resources Network, 2000-2007 - All rights reserved
Spotted an error? - contact us