Itoyori  v0.0.1
count_iterator.hpp File Reference
#include <iterator>
Include dependency graph for count_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ityr::count_iterator< T >
 Count iterator. More...
 

Namespaces

 ityr
 

Functions

template<typename T >
bool ityr::operator== (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
bool ityr::operator!= (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
bool ityr::operator< (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
bool ityr::operator> (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
bool ityr::operator<= (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
bool ityr::operator>= (const count_iterator< T > &it1, const count_iterator< T > &it2)
 
template<typename T >
auto ityr::make_count_iterator (T x)