3 #ifndef Input_File_Iterator_h 4 #define Input_File_Iterator_h 19 using char_type =
typename std::string::value_type;
20 using traits_type =
typename std::string::traits_type;
21 using istream_type = std::basic_istream<char_type, traits_type>;
41 decltype(
auto) operator->()
const 42 {
return (*this).operator*(); };
69 {
return !(lhs == rhs); }