Smart Pointers: ``std::unique_ptr``, ``std::shared_ptr`` (And ``std::weak_ptr``) ================================================================================ .. contents:: :local: Topics ------ .. toctree:: :maxdepth: 1 introduction/topic unique-ptr/topic shared-ptr/topic weak-ptr/topic closing-words/topic