aimstil
5.0.5
|
Go to the source code of this file.
Classes | |
class | til::detail::func_iterator_impl< TIterator, TFunctor > |
class | til::func_iterator< TContainer, TFunctor > |
A functor iterator is an iterator that overload the operator* to a call to a functor on the pointed value. More... | |
class | til::const_func_iterator< TContainer, TFunctor > |
A functor iterator is an iterator that overload the operator* to a call to a functor on the pointed value. More... | |
class | til::func_container< TContainer, TFunctor > |
A wrapper on stl containers that returns func iterators. 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 TFunctor , typename TIterator > | |
detail::func_iterator_impl< TIterator, TFunctor > | til::func_it (TIterator it, TFunctor f=TFunctor()) |