|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< OperationType > MayaFlux::Yantra::create_configured_operation | ( | const std::unordered_map< std::string, std::any > & | parameters, |
| Args &&... | args | ||
| ) |
Creates an operation instance with parameters using safe_any_cast system.
| OperationType | Type of operation to create |
| Args | Constructor argument types |
| parameters | Map of parameter names to values |
| args | Constructor arguments |
Definition at line 119 of file GrammarHelper.hpp.