- This operator works like the standard C++ pointer operator to return the pointer
- in the smart pointer or @NULL if it is empty.
+ Smart pointer member access. Returns pointer to its object.
+
+ If the internal pointer is @NULL this method will cause an assert in debug mode.