rcolyer.net
RC Lib  Version 202403231100
Classes | Namespaces | Functions
Iter.h File Reference

Provides a bounds-checked iterator that knows when its target was deleted. More...

#include "Types.h"
#include "Macros.h"
#include "RevPtr.h"
#include <iterator>

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.
 

Detailed Description

Provides a bounds-checked iterator that knows when its target was deleted.

email address
— (c) 2015