Return true if there is only one shared reference and no weak references to the object referred to by this representation, and false otherwise.
Synopsis
Declared in <bslma_sharedptrrep.h>
bool
hasUniqueOwner() const;
Return Value
true if this representation has a unique owner, else false
Created with MrDocs