#include <iterator>
Go to the source code of this file.
|
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) |
|