「cpp/string/char traits/eof」の版間の差分
提供: cppreference.com
< cpp | string | char traits
細 (r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh) |
細 (Use {{lc}}. Update links. Various fixes.) |
||
2行: | 2行: | ||
{{cpp/string/char_traits/title|eof}} | {{cpp/string/char_traits/title|eof}} | ||
{{cpp/string/char_traits/navbar}} | {{cpp/string/char_traits/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| =c++11 | |
int_type eof(); | int_type eof(); | ||
}} | }} | ||
− | {{ | + | {{| sincec++11 | |
constexpr int_type eof(); | constexpr int_type eof(); | ||
}} | }} | ||
− | {{ | + | {{end}} |
Returns a value not equivalent to any value of type {{tt|char_type}}. | Returns a value not equivalent to any value of type {{tt|char_type}}. | ||
26行: | 26行: | ||
===も参照してください=== | ===も参照してください=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/string/char_traits/not_eof}} |
− | {{ | + | {{end}} |
[[de:cpp/string/char traits/eof]] | [[de:cpp/string/char traits/eof]] |