Provides a bounds-checked iterator that knows when its target was deleted. More...
Go to the source code of this file.
Classes | |
class | RC::RAIter< Cont, T > |
A bounds-checked iterator for random-access containers that knows when its target was deleted. More... | |
Namespaces | |
RC | |
Functions | |
template<class Cont , class T > | |
RAIter< Cont, T > | RC::operator+ (size_t x, const RAIter< Cont, T > &iter) |
Returns a new iterator with an offset incremented by x. | |
Provides a bounds-checked iterator that knows when its target was deleted.