Ptr::GetPtr

Ptr::GetPtr
SF_INLINE C* GetPtr() const;
Description

GetPtr obtains a pointer to the reference counted object contained by this smart pointer.

Return Value

A C pointer to the ptr of the ref count ptr.

See Also

-> *