|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
noexcept |
Exposes an existing raw pointer to the live arena under key.
Lifetime management remains entirely the caller's responsibility. The arena stores a no-op shared_ptr so live_cast returns a valid shared_ptr without affecting the object's actual lifetime.
| T | Type of the object. |
| key | Null-terminated string used to locate the object from the JIT. |
| ptr | Raw pointer to the existing object. |
key is already registered or the directory is full. Definition at line 368 of file LiveArena.hpp.
References MayaFlux::internal::live_arena_expose().
Here is the call graph for this function: