You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used with pointer types this function is almost always paired with unsafe::leak to make the caller forget about one of the pointers. This would not be necessary if reinterpret_cast consumed the input value.