Smart Pointers: std::unique_ptr, std::shared_ptr (And std::weak_ptr)# Topics Topics# Introduction std::unique_ptr std::shared_ptr std::shared_ptr (Alternative Take: Transition From Raw Pointers) std::weak_ptr Smart Pointers: Closing Words