38 #ifndef BREATH_GUARD_9qsz7UnvkOIvyedOe6ND5qSGfNeCMIU0 39 #define BREATH_GUARD_9qsz7UnvkOIvyedOe6ND5qSGfNeCMIU0 45 template<
typename Stream >
46 typename Stream::int_type
47 eof_value( Stream
const & )
49 return Stream::traits_type::eof() ;
52 template<
typename Stream >
54 is_eof_value(
typename Stream::int_type x, Stream
const & )
56 return Stream::traits_type::eq_int_type( x,
57 Stream::traits_type::eof() ) ;
A convenience source file to separate out the crazy #includes required for using EOF or char_traits<...
Definition: eof_value.hpp:43