C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | List of all members
caf::stream_sink_trait_base< State, In > Struct Template Reference

Base type for all sink traits. More...

#include <stream_sink_trait.hpp>

Inheritance diagram for caf::stream_sink_trait_base< State, In >:
caf::stream_sink_trait< void(State &, In)> caf::stream_sink_trait< void(State &, const std::vector< In > &)> caf::stream_sink_trait< void(State &, std::vector< In > &)>

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.
 

Detailed Description

template<class State, class In>
struct caf::stream_sink_trait_base< State, In >

Base type for all sink traits.


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