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