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

A step that ignores all elements and only forwards calls to on_complete and on_error. More...

#include <ignore_elements.hpp>

Public Types

using input_type = T
 
using output_type = T
 

Public Member Functions

template<class Next , class... Steps>
bool on_next (const input_type &, Next &, Steps &...)
 
template<class Next , class... Steps>
void on_complete (Next &next, Steps &... steps)
 
template<class Next , class... Steps>
void on_error (const error &what, Next &next, Steps &... steps)
 

Detailed Description

template<class T>
class caf::flow::step::ignore_elements< T >

A step that ignores all elements and only forwards calls to on_complete and on_error.


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