+ 2
how smart pointer can be implemented
Hi I got an idea that we can use ref count to implement smart pointer. Seems this is true only for shared_ptr.... how other two it means weak and unique pointer is implemented as there count is not important.
0 Respuestas