std::char_traits::not_eof
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> bool not_eof( int_type a ); |
(bis C + +11) | |
constexpr bool not_eof( int_type a ); |
(seit C++11) | |
Überprüft, ob
a ist nicht gleichbedeutend mit eof Wert .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.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| a | - | Wert zu analysieren
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. |
Rückgabewert
true wenn a und eof Wert sind nicht gleichwertig, false sonst .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.
You can help to correct and verify the translation. Click here for instructions.
Ausnahmen
Komplexität
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.
You can help to correct and verify the translation. Click here for instructions.
