Returns the raw pointer to the referenced object.
The smart pointer maintains its reference to the referenced object. The reference counter of the referenced object is not changed.
Example of a Non-Typified Smart Pointer
get Method