名前空間
変種

std::char_traits<CharT>::eof

提供: cppreference.com
< cpp‎ | string‎ | char traits
2012年10月30日 (火) 20:42時点におけるP12 (トーク | 投稿記録)による版

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
  

複雑

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

も参照してください

テンプレート:cpp/string/char traits/dcl list not eof