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