MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ at() [2/2]

Binding MayaFlux::Portal::Forma::Bridge::at ( uint32_t  id)
inline

Return a Binding handle for the element registered under id.

The handle is lightweight and non-owning. Prefer this over repeated bind(id, ...) / write(id, ...) calls when wiring one element to multiple sources or destinations.

Definition at line 484 of file Bridge.hpp.

485 {
486 return Binding { *this, id };
487 }