GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::streamsize(3) C++ Standard Libary std::streamsize(3)

std::streamsize - std::streamsize


Defined in header <ios>
typedef /*implementation-defined*/ streamsize;


The type std::streamsize is an implementation-defined signed integral type used to
represent the number of characters transferred in an I/O operation or the size of an
I/O buffer. It is used as a signed counterpart of std::size_t, similar to the POSIX
type ssize_t.


Except in the constructors of std::strstreambuf, negative values of std::streamsize
are never used.


gcount returns number of characters extracted by last unformatted input operation
(public member function of std::basic_istream<CharT,Traits>)
ignore extracts and discards characters until the given character is found
(public member function of std::basic_istream<CharT,Traits>)
read extracts blocks of characters
(public member function of std::basic_istream<CharT,Traits>)
write inserts blocks of characters
(public member function of std::basic_ostream<CharT,Traits>)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.