These calls are part of the implementation of the smart pointer itself
and chaning it is likely to be wrong.
Example:
T& operator*() const { return *get(); } Differential D3540
Do not touch get() calls on 'this' object. Authored by sbenza on Apr 29 2014, 6:32 AM.
Details These calls are part of the implementation of the smart pointer itself T& operator*() const { return *get(); }
Diff Detail |