Programming Tips - C++: Best general purpose smart pointers?
Date: 2018nov24
Language: C++
Keywords: smart pointer
Q. C++: Best general purpose smart pointers?
A. Currently its unique_ptr and shared_ptr
More info
http://www.drdobbs.com/cpp/c11-uniqueptr/240002708