X Tutup
The Wayback Machine - https://web.archive.org/web/20180509132401/http://ja.cppreference.com:80/w/cpp/string/char_traits/eof
名前空間
変種
操作

std::char_traits::eof

提供: cppreference.com
< cpp‎ | string‎ | char traits

int_type eof();
(C++11以前)
constexpr int_type eof();
(C++11およびそれ以降)

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

目次

[編集] パラメータ

(なし)

[編集] 値を返します

A value not equivalent to any value of type char_type.

[編集] 例外

noexcept 指定:  
noexcept
  

[編集] 複雑性

定数.
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.

(パブリック静的メンバ関数) [edit]
X Tutup