Espaces de noms
Variantes

std::char_traits::not_eof

De cppreference.com

<metanoindex/>

<tbody> </tbody>
bool not_eof( int_type a );
(avant C++11)
constexpr bool not_eof( int_type a );
(depuis C++11)
Vérifie que a n'est pas équivalent à' eof valeur .
Original:
Checks whether a is not equivalent to eof value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

a -
valeur à analyser
Original:
value to analyze
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 a et' eof valeur ne sont pas équivalentes, false autrement .
Original:
true if a and eof value are not equivalent, 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

noexcept specification:  
<tbody> </tbody>
noexcept
   (depuis C++11)

Complexité

Constant .
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Voir aussi

[
statique
Original:
static
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
]
retourne un' eof valeur
Original:
returns an eof value
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction membre publique statique) [edit]