static int_type not_eof( int_type e ); | (until C++11) | |
static constexpr int_type not_eof( int_type e ); | (since C++11) |
Checks whether e
is not equivalent to eof value.
e | - | value to analyze |
e
if e
and eof value are not equivalent, some other value otherwise.
(none) | (until C++11) |
noexcept specification: noexcept | (since C++11) |
Constant.
[static] | returns an eof value (public static member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/string/char_traits/not_eof