Create a SharedPtr_RepProctor that conditionally manages the specified rep (if non‐zero).

Synopsis

Declared in <bslstl_sharedptr.h>

explicit
SharedPtr_RepProctor(bslma::SharedPtrRep* rep) noexcept;

Parameters

Name

Description

rep

shared‐pointer representation object

Created with MrDocs