Digging deep into C++ Standard Library , I have found the following shared_ptr
constructor overload, see the image attached.
Can anyone explain how sp can share ownership with another sp and refer to ptr?? I cant understand the concept, help please.