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

A generator that emits a single value once. More...

#include <just.hpp>

Public Types

using output_type = T
 

Public Member Functions

 just (T value)
 
 just (just &&)=default
 
 just (const just &)=default
 
justoperator= (just &&)=default
 
justoperator= (const just &)=default
 
template<class Step , class... Steps>
void pull (size_t n, Step &step, Steps &... steps)
 

Detailed Description

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

A generator that emits a single value once.


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