Ptr::->

Ptr::->
SF_INLINE C* operator ->() const;
Description

Access the object that is held by the smart pointer. Returns a pointer to that object.

Return Value

A C pointer to the -> operator of the ref count ptr.

See Also