aimstil  5.0.5
cyclic_iterator.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  til::detail::cyclic_iterator_base< TIterator >
 TODO: when implementing the operator+=, it might be that we need to split the class in different parts according to TIterator::iterator_category – unless we can simply specialize the operator+= outside the class, and use enable_if! More...
 
class  til::const_cyclic_iterator< TContainer >
 A const cyclic iterator is a const iterator that goes back to the begining of the container when it reaches the end. More...
 
class  til::cyclic_iterator< TContainer >
 A cyclic iterator is an iterator that goes back to the begining of the container when it reaches the end. More...
 

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 
 til::detail
 Multiply an image with another object.
 

Functions

template<typename TContainer , typename TIterator >
TIterator til::cyclic_advance (TIterator i, TContainer &c)