|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Retrieves a live-arena object by key as a shared_ptr<T>.
Delegates the directory walk to live_cast_impl so the call resolves through the DLL export table on all platforms. The returned shared_ptr uses a no-op deleter; lifetime is managed by the arena or the original expose_live caller.
| T | Expected type of the registered object. |
| key | Null-terminated string used at make_live or expose_live time. |
Definition at line 395 of file LiveArena.hpp.
References live_cast_impl().
Here is the call graph for this function: