名前空間
変種
操作

「cpp/string/char traits/eof」の版間の差分

提供: cppreference.com
< cpp‎ | string‎ | char traits
(1版:Translate from the English version)
(r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh)
29行: 29行:
 
{{dcl list template | cpp/string/char_traits/dcl list not_eof}}
 
{{dcl list template | cpp/string/char_traits/dcl list not_eof}}
 
{{dcl list end}}
 
{{dcl list end}}
 +
 +
 +
 +
 +
 +
 +
 +
 +

2012年11月2日 (金) 16:39時点における版

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