|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::Yantra::make_fluent | ( | std::shared_ptr< Executor > | executor, |
| DataType && | data | ||
| ) |
Construct a FluentExecutor from raw data with type deduction (convenience entry point)
Wraps data in a Datum immediately. No container is attached. Use the Datum overload when a container must survive through the chain.
| Executor | Executor type |
| DataType | Data type (deduced) |
| executor | Shared pointer to the executor |
| data | Raw data to wrap and start the chain from |
Definition at line 585 of file OperationChain.hpp.