std::char_traits<CharT>::eof
| static int_type eof(); |
(until C++11) | |
| static constexpr int_type eof() noexcept; |
(since C++11) | |
Returns a value not equivalent to any valid value of type char_type.
Formally, returns a value e such that X::eq_int_type(e, X::to_int_type(c)) is false for all values c.
Contents |
[edit] Parameters
(none)
[edit] Return value
A value not equivalent to any valid value of type char_type.
[edit] Complexity
Constant.
[edit] See also
| [static] |
checks whether a character is eof value (public static member function) |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
