ivutils
Loading...
Searching...
No Matches
value_it< T, incr_op, decr_op > Class Template Reference

incremental iterator (to use together with index sets) increment/decrement operators are applied to the value returns the value itself when calling *it More...

#include <utiltl.h>

Detailed Description

template<class T, class incr_op = plusplus_t<T>, class decr_op = minusminus_t<T>>
class value_it< T, incr_op, decr_op >

incremental iterator (to use together with index sets) increment/decrement operators are applied to the value returns the value itself when calling *it


The documentation for this class was generated from the following file: