|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< T > MayaFlux::make_persistent_shared | ( | Args &&... | args | ) |
Construct a T in place, retain it for process lifetime, and return a shared handle.
| T | Type to construct. |
| Args | Constructor argument types. |
| args | Forwarded to std::make_shared<T>. |
Definition at line 75 of file Persist.hpp.
References MF_LIVE_EXPOSE_AUTO, and store().
Here is the call graph for this function: