std::ostreambuf_iterator::failed
De cppreference.com
< cpp | iterator | ostreambuf iterator
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
bool failed() const |
||
Devoluciones true si el iterador se encontró con el estado de fin de archivo, es decir, si una llamada anterior a std::basic_streambuf::sputc (hecho por operador =) volvió 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 operador =) 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.
Contenido |
[editar] Parámetros
(Ninguno)
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.
[editar] Valor de retorno
true si este repetidor se ha encontrado con la condición de fin de archivo en putput, false de otra manera .
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.
[editar] Excepciones
[editar] Ejemplo
Esta sección está incompleta |