Breath
Namespaces | Functions
eof_value.hpp File Reference

A replacement for EOF and char_traits<>::eof(). More...

#include <string>

Go to the source code of this file.

Namespaces

 breath
 A convenience source file to separate out the crazy #includes required for using EOF or char_traits<...>::eof():
 

Functions

template<typename Stream >
Stream::int_type breath::eof_value (Stream const &)
 
template<typename Stream >
bool breath::is_eof_value (typename Stream::int_type x, Stream const &)
 

Detailed Description

A replacement for EOF and char_traits<>::eof().