C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
caf::stream_source_trait< Pull > Struct Template Reference

Deduces the output type and the state type for a stream source from its pull implementation. More...

#include <stream_source_trait.hpp>

Public Types

using output = unit_t
 
using state = unit_t
 

Static Public Attributes

static constexpr bool valid = false
 

Detailed Description

template<class Pull>
struct caf::stream_source_trait< Pull >

Deduces the output type and the state type for a stream source from its pull implementation.


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