|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::create_container | ( | Args &&... | args | ) | -> std::shared_ptr<ContainerType> |
creates a new container of the specified type
| ContainerType | Type of container to create (must be derived from SignalSourceContainer) |
| Args | Constructor argument types |
| args | Constructor arguments for the container |
Definition at line 61 of file Depot.hpp.