Пространства имён
Варианты
Действия

std::char_traits::eof

Материал из cppreference.com

int_type eof();
(до C++11)
constexpr int_type eof();
(начиная с C++11)

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

Содержание

[править] Параметры

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

[править] Возвращаемое значение

A value not equivalent to any value of type char_type.

[править] Исключения

noexcept-спецификация:  
noexcept
  (начиная с C++11)

[править] Сложность

Постоянное.
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] См. также

[static]
проверки, является ли символ EOF' значение
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 функция-член) [edit]