Recursive add 1 generator (iota function) More...
#include <gen.h>
Public Member Functions | |
| T | operator[] (uint32_t i) const |
| Array get; generates next element. | |
| RAdd1 (const T &val=T(0)) | |
| Constructor. | |
| T | operator() () const |
| Generate next value. | |
| T & | operator[] (uint32_t i) |
| Array set; sets current value. | |
Public Attributes | |
| T | val |
| Value. | |
Recursive add 1 generator (iota function)