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

Return the wrapped raw pointer and give up ownership.

p6ScopedArray will no longer manage this pointer.

Returns
T* The raw pointer.

Definition at line 83 of file p6scopedarray.h.