[#bsl-shared_ptr-0a-rep] = xref:bsl.adoc[bsl]::xref:bsl/shared_ptr-0a.adoc[shared_ptr]::rep :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslma/SharedPtrRep.adoc[BloombergLP::bslma::SharedPtrRep]* rep() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#