Instantiated member variants

eof

Template: std::char_traits<T>

Specializations:
  • char
  • wchar_t
  • char8_t
  • char16_t
  • char32_t

Returns a value not equivalent to any valid value of type char_type.

# Declarations

static int_type eof();

(constexpr since C++11)(noexcept since C++11)

# See also