Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CSmartPtr / C++ Detach - CSmartPtr
In This Topic
    C++ Detach - CSmartPtr
    In This Topic
    T* Detach()
      Property Description  
        Method Name Detach  
        Returns A pointer to the object wrapped by this Smart pointer  
        Description Removes the contained object from the control of the smart pointer  
        Remarks Does not call Release. So the caller must call Release manually when they have done with the object.  
        Example