[#BloombergLP-bslstl-SharedPtrAllocateOutofplaceRep_InitProctor-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtrAllocateOutofplaceRep_InitProctor.adoc[SharedPtrAllocateOutofplaceRep_InitProctor]::SharedPtrAllocateOutofplaceRep_InitProctor :relfileprefix: ../../../ :mrdocs: Create a proctor managing the specified `ptr` and using the specified `deleter` to destroy `ptr` when the proctor is destroyed, unless it has been released from management by a call to `release`. == Synopsis Declared in `<bslstl_sharedptrallocateoutofplacerep.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SharedPtrAllocateOutofplaceRep_InitProctor( TYPE* ptr, DELETER const& deleter); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#