|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::decay_t< T > & MayaFlux::make_persistent | ( | T && | val | ) |
Store a value in the persistent store and return a reference to it.
| T | Deduced from the argument. |
| val | Value to store. Moved into a shared_ptr internally. |
Definition at line 102 of file Persist.hpp.
References MayaFlux::internal::persistent_store().
Here is the call graph for this function: