|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::Yantra::make_fluent | ( | std::shared_ptr< Executor > | executor, |
| Datum< DataType > && | datum | ||
| ) |
Construct a FluentExecutor from a Datum with type deduction.
| Executor | Executor type |
| DataType | Inner data type (deduced from Datum) |
| executor | Shared pointer to the executor |
| datum | Datum to start the chain from |
Definition at line 565 of file OperationChain.hpp.