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

◆ with() [3/4]

template<ComputeData StartType>
FluentExecutor< ComputeMatrix, StartType > MayaFlux::Yantra::ComputeMatrix::with ( Datum< StartType > &&  input)
inline

Create a fluent executor with move semantics.

Definition at line 357 of file ComputeMatrix.hpp.

358 {
359 return FluentExecutor<ComputeMatrix, StartType>(shared_from_this(), std::forward<Datum<StartType>>(input));
360 }