|
libcaf
0.16.3
|
Deduces the input type, output type and the state type for a stream stage from its process implementation.
More...
#include <stream_stage_trait.hpp>
Public Types | |
| using | state = State |
| using | input = In |
| using | output = Out |
| using | process = detail::stream_stage_trait_invoke_one |
Static Public Attributes | |
| static constexpr bool | valid = true |
Deduces the input type, output type and the state type for a stream stage from its process implementation.
1.8.16