Cstardust / BlogComments

BlogComments
1 stars 0 forks source link

c++_make_shared | 不落辰 #9

Open Cstardust opened 2 years ago

Cstardust commented 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

Cstardust commented 2 years ago

Initial