C++ Actor Framework 1.0.0
|
A generator that emits ascending values. More...
#include <iota.hpp>
Public Types | |
using | output_type = T |
Public Member Functions | |
iota (T init) | |
iota (iota &&)=default | |
iota (const iota &)=default | |
iota & | operator= (iota &&)=default |
iota & | operator= (const iota &)=default |
template<class Step , class... Steps> | |
void | pull (size_t n, Step &step, Steps &... steps) |
A generator that emits ascending values.