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

◆ with() [4/4]

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

Definition at line 363 of file ComputeMatrix.hpp.

364 {
365 return with(Datum<StartType>(std::forward<StartType>(input)));
366 }
FluentExecutor< ComputeMatrix, StartType > with(const Datum< StartType > &input)
Create a fluent executor for chaining operations.