HomeReferenceEvent.h ⇀ Merge

Merge function

Syntax

template
<
    typename D,
    typename E,
    typename ... TValues
>
TempEvents<D,E,/*unspecified*/>
    Merge(const Events<D,E>& source1, const Events<D,TValues>& ... sources);

Semantics

Emit all events in source1, ... sources.

Graph

Drawing