◐ Shell
clean mode source ↗

std::char_traits::eof — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

int_type eof();

(avant C++11)

constexpr int_type eof();

(depuis C++11)

Retourne une valeur qui n'est pas équivalent à une valeur de char_type type .

Original:

Returns a value not equivalent to any value of type char_type.

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

Une valeur qui n'est pas équivalent à une valeur de char_type type .

Original:

A value not equivalent to any value of type char_type.

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

Exceptions

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.

]

vérifie si un caractère est' eof valeur

Original:

checks whether a character is 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]