Ptr::C*

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

Obtains a C-style pointer to the contained object.

Return Value

Returns a reference of the object that is held by the smart pointer.

See Also