[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/string/char_traits/eof [Back]  [Original]

std::char_traits::eof cppreference.com
cppreference.com
Namensrume
Varianten

std::char_traits::eof

Aus cppreference.com

<metanoindex/>

 
 
Strings Bibliothek
Null-terminierte Strings
Original:
Null-terminated strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Byte-Strings
Multibyte-Strings
Wide Strings
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string
char_traits
 
 
<tbody> </tbody>
int_type eof();
(bis C + +11)
constexpr int_type eof();
(seit C++11)

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

Parameter

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

Rckgabewert

A value not equivalent to any value of type char_type.

Ausnahmen

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

Komplexitt

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.

Siehe auch

[statisch]
prft, ob ein Zeichen eof Wert ist
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.

(public static Elementfunktion) [edit]

Web Proxy Viewer  |  New URL  |  Original Page