Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
template<typename T >
T* P6R::p6ScopedPtr< T >::release ( void  )
inline

Return the wrapped raw pointer and give up ownership.

p6ScopedPtr will no longer manage this pointer.

Returns
T* The raw pointer.

Definition at line 78 of file p6scopedptr.h.