public method O2G2Ptr(T).Detach

Brief

Detaches the contained object.

Declaration
C++
T *  Detach ()

Details

The method returns the object contained and resets the contained object. The method does not decrease reference counter.

Declared in O2G2Ptr(T)

back