[#bsl-shared_ptr-0e] = xref:bsl.adoc[bsl]::xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>] :relfileprefix: ../ :mrdocs: Deduce the specified type `ELEMENT_TYPE` corresponding template parameter of the `std::unique_ptr` supplied to the constructor of `shared_ptr`. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ELEMENT_TYPE, class DELETER> xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>](std::unique_ptr<ELEMENT_TYPE, DELETER>) -> xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#