C++ Actor Framework 1.0.0
|
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) |
A step that ignores all elements and only forwards calls to on_complete
and on_error
.