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

◆ make_fluent()

template<typename Executor , ComputeData DataType>
auto MayaFlux::Yantra::make_fluent ( std::shared_ptr< Executor >  executor,
DataType &&  data 
)

Helper to create FluentExecutor with type deduction.

Definition at line 364 of file OperationChain.hpp.

365{
367 std::move(executor),
368 std::forward<DataType>(data));
369}
Fluent interface for chaining operations on any executor.