MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
Link()
[1/3]
MayaFlux::Portal::Forma::Link::Link
(
std::function< void()>
est
,
std::function< void()>
t
=
[] { }
)
inline
Construct and immediately run establish.
Parameters
est
Coupling formation function. Run once here.
t
Repeatable tap body. Defaults to no-op.
Definition at line
32
of file
Link.hpp
.
32
{ })
33
:
establish
(
std
::move(est))
34
,
tap
(
std
::move(t))
35
{
36
if
(
establish
)
37
establish
();
38
}
std
Definition
BufferUtils.hpp:228
MayaFlux::Portal::Forma::Link::establish
std::function< void()> establish
Definition
Link.hpp:24
MayaFlux::Portal::Forma::Link::tap
std::function< void()> tap
Definition
Link.hpp:25
MayaFlux
Portal
Forma
Link
Generated by
1.9.8