Return the address providing modifiable access to the BloombergLP::bslma::SharedPtrRep object used by this shared pointer, or 0 if this shared pointer is empty.

Synopsis

Declared in <bslstl_sharedptr.h>

BloombergLP::bslma::SharedPtrRep*
rep() const noexcept;

Return Value

address of the shared‐pointer representation, or 0 if empty

Created with MrDocs