CAutoVectorPtr::Free

Call this method to delete an object pointed to by a CAutoVectorPtr.

void Free( ) throw( );

Remarks

The object pointed to by the CAutoVectorPtr is freed, and the CAutoVectorPtr::m_p member variable is set to NULL.

Requirements

Header: atlbase.h

See Also

Reference

CAutoVectorPtr Class

Other Resources

CAutoVectorPtr Members