◐ Shell
clean mode source ↗

std::ostreambuf_iterator::failed — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

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.

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.

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.

Exceptions

Exemple