| C++ Actor Framework 0.18
    | 
Base type for all sink traits. More...
#include <stream_sink_trait.hpp>
 
  
| Public Types | |
| using | state = State | 
| Defines the state element for the function objects. | |
| using | input = In | 
| Defines the type of a single stream element. | |
| using | pointer = stream_sink_ptr< input > | 
| Defines a pointer to a sink. | |
Base type for all sink traits.