C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | List of all members
caf::stream_sink_trait< void(State &, std::vector< In > &)> Struct Template Reference

Specializes the trait for batch-wise processing. More...

#include <stream_sink_trait.hpp>

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

Public Types

using process = detail::stream_sink_trait_invoke_all
 Defines a helper for dispatching to the processing function object.
 
- Public Types inherited from caf::stream_sink_trait_base< State, In >
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< void(State &, std::vector< In > &)>

Specializes the trait for batch-wise processing.


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