Open Cstardust opened 2 years ago
https://cstardust.github.io/2022/05/08/c++_make_shared/
shared_ptr成员123456789101112131415161718class shared_ptr : public _Ptr_base<_Ty> { // class for reference counted resource management // ...}template class _Ptr
Initial
https://cstardust.github.io/2022/05/08/c++_make_shared/
shared_ptr成员123456789101112131415161718class shared_ptr : public _Ptr_base<_Ty> { // class for reference counted resource management // ...}templateclass _Ptr