A random access iterator over an integer type. More...
#include "../defs.h"
#include <iterator>
Go to the source code of this file.
Classes | |
class | IntIterator< T > |
A random access iterator over an integer type. More... | |
Functions | |
template<typename T > | |
bool | operator>= (const IntIterator< T > &x, const IntIterator< T > &y) |
Return true if the index of x follows or is equal to that of y . |
A random access iterator over an integer type.