std::ostreambuf_iterator::failed
De cppreference.com
< cpp | iterator | ostreambuf iterator
![]() |
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. |
bool failed() const |
||
true Retourne si l'itérateur rencontré la condition de fin de fichier, qui est, si un appel précédent à std::basic_streambuf::sputc (faite par opérateur =) retourné Traits::eof .
Original:
Returns true if the iterator encountered the end-of-file condition, that is, if an earlier call to std::basic_streambuf::sputc (made by opérateur =) returned Traits::eof .
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.
Sommaire |
[modifier] Paramètres
(Aucun)
Original:
(none)
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.
[modifier] Retourne la valeur
true si cet itérateur a rencontré la condition de fin de fichier sur putput, false autrement .
Original:
true if this iterator has encountered the end-of-file condition on putput, false otherwise.
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.
[modifier] Exceptions
[modifier] Exemple
This section is incomplete |