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

A generator that emits nothing and calls on_complete immediately. More...

#include <empty.hpp>

Public Types

using output_type = T
 

Public Member Functions

template<class Step , class... Steps>
void pull (size_t, Step &step, Steps &... steps)
 

Detailed Description

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

A generator that emits nothing and calls on_complete immediately.


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