std::streamsize
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <ios>
|
||
typedef /*unspecified*/ streamsize; |
||
Die Art
std::streamsize
ist eine signierte integralen Typ verwendet, um die Anzahl von Zeichen in einem I / O-Operation oder der Größe eines I / O-Puffer übertragen repräsentieren. Es ist, als eine unterzeichnete Gegenstück std::size_t, ähnlich dem POSIX-ssize_t
verwendet .Original:
The type
std::streamsize
is a 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
.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Außer in den Konstruktoren std::strstreambuf, werden negative Werte
std::streamsize
nie benutzt .Original:
Except in the constructors of std::strstreambuf, negative values of
std::streamsize
are never used.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Siehe auch
gibt die Anzahl der Zeichen, die letzten unformatierte Eingabe-Operation extrahiert Original: returns number of characters extracted by last unformatted input operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::basic_istream )
| |
Extrakte aus und verwirft Zeichen, bis die gegebene Zeichen gefunden wird Original: extracts and discards characters until the given character is found The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::basic_istream )
| |
extrahiert Blöcken von Zeichen Original: extracts blocks of characters The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::basic_istream )
| |
Einsätze Blöcken von Zeichen Original: inserts blocks of characters The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::basic_ostream )
|