Instantiated member variants
not_eof
Template: std::char_traits<T>
Specializations:
charwchar_tchar8_tchar16_tchar32_t
Min standard notice:
Given e, produces a suitable value that is not equivalent to eof.
# Declarations
static int_type not_eof( int_type e );
(constexpr since C++11)(noexcept since C++11)
# Parameters
e: value to analyze
# Return value
e if e and eof value are not equivalent, or some other non-eof value otherwise.