HomeReferenceSignal.h ⇀ MakeVar

MakeVar function

Syntax

template
<
    typename D,
    typename V,
    typename S = decay<V>::type,
>
VarSignal<D,S> MakeVar(V&& init);

Semantics

Creates a new input signal node and links it to the returned VarSignal instance.

Graph

Drawing