MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
with()
[2/2]
template<ComputeData StartType>
FluentExecutor
<
ComputeMatrix
, StartType > MayaFlux::Yantra::ComputeMatrix::with
(
StartType &&
input
)
inline
Create a fluent executor with move semantics.
Definition at line
354
of file
ComputeMatrix.hpp
.
355
{
356
return
FluentExecutor<ComputeMatrix, StartType>(shared_from_this(), std::forward<StartType>(input));
357
}
MayaFlux
Yantra
ComputeMatrix
Generated by
1.9.8