Return a reference to the target object. The behavior is undefined if this managed pointer is empty, or if TARGET_TYPE is void or const void.
Synopsis
Declared in <bslma_managedptr.h>
bslmf::AddReference<TARGET_TYPE>::Type
operator*() const;
Return Value
reference to the target object
Created with MrDocs