|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| T & MayaFlux::make_persistent | ( | Args &&... | args | ) |
Construct a T in place, retain it for process lifetime, and return a direct reference.
| T | Type to construct. |
| Args | Constructor argument types. |
| args | Forwarded to std::make_shared<T>. |
Definition at line 90 of file Persist.hpp.