stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::zip_with_t Struct Reference

Merge strategy for merge_channel / zip_with: wait for one value from each upstream, then invoke with the full argument set. More...

#include <channel.hpp>

Public Types

template<typename... R>
using strategy_type

Detailed Description

Merge strategy for merge_channel / zip_with: wait for one value from each upstream, then invoke with the full argument set.


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