weakpointerGet

Query a weak pointer and return either the object passed to weakpointerCreate, or null if it was free'd in the meantime. If null is passed, null is returned.

weakpointerGet
(
void* p
)

Meta