DDS  ver. 3.4
Classes | Namespaces | Functions
CustomIterator.h File Reference

Go to the source code of this file.

Classes

class  MiscCommon::custom_istream_iterator< T, Ch, Tr, Dist >
 This custom istream iterator helps to read input line by line without breaking lines after whitespace etc. More...
 

Namespaces

 MiscCommon
 Miscellaneous functions and helpers are located here.
 

Functions

template<class T , class Ch , class Tr , class Dist >
bool MiscCommon::operator== (const custom_istream_iterator< T, Ch, Tr, Dist > &lhs, const custom_istream_iterator< T, Ch, Tr, Dist > &rhs)
 
template<class T , class Ch , class Tr , class Dist >
bool MiscCommon::operator!= (const custom_istream_iterator< T, Ch, Tr, Dist > &lhs, const custom_istream_iterator< T, Ch, Tr, Dist > &rhs)