aimstil
5.0.5
|
A class which returns a value that is increased everytime it is returned. More...
#include <cathier/miscUtils.h>
Public Member Functions | |
Incrementor (T i0) | |
Initialize with value. More... | |
T | operator() () |
Return current value. More... | |
A class which returns a value that is increased everytime it is returned.
Definition at line 463 of file miscUtils.h.
|
inline |
Initialize with value.
Definition at line 467 of file miscUtils.h.
|
inline |