[#bsl-operator_lshift-02] = xref:bsl.adoc[bsl]::operator<< :relfileprefix: ../ :mrdocs: Print to the specified `stream` the address of the shared object referred to by the specified `rhs` shared pointer and return a reference to the modifiable `stream`. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR_TYPE, class CHAR_TRAITS, class ELEMENT_TYPE> std::basic_ostream<CHAR_TYPE, CHAR_TRAITS>& operator<<( std::basic_ostream<CHAR_TYPE, CHAR_TRAITS>& stream, xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#