C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::flow::gen::repeat< T > Class Template Reference

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
 
repeatoperator= (repeat &&)=default
 
repeatoperator= (const repeat &)=default
 
template<class Step , class... Steps>
void pull (size_t n, Step &step, Steps &... steps)
 

Detailed Description

template<class T>
class caf::flow::gen::repeat< T >

A generator that emits the same value repeatedly.


The documentation for this class was generated from the following file: