shared_ptr and weak_ptr differences

前端 未结 5 1705
别那么骄傲
别那么骄傲 2020-12-02 04:08

I am reading Scott Meyers \"Effective C++\" book. It was mentioned that there are tr1::shared_ptr and tr1::weak_ptr act like built-in pointers, but

5条回答
提交回复
热议问题