Generator object for a strided sequence of ints. More...
#include <stl_utils.h>
Public Member Functions | |
sequence (int _start=0, int _stride=1) | |
int | operator() () |
Public Attributes | |
int | value |
int | stride |
Generator object for a strided sequence of ints.
Definition at line 60 of file stl_utils.h.
sequence | ( | int | _start = 0 , |
int | _stride = 1 |
||
) | [inline] |
Definition at line 63 of file stl_utils.h.
int operator() | ( | ) | [inline] |
Definition at line 66 of file stl_utils.h.
int stride |
Definition at line 61 of file stl_utils.h.
int value |
Definition at line 61 of file stl_utils.h.