C++ Logo

std-proposals

Advanced search

Re: [std-proposals] A non-owning but self zeroing smart pointer for single ownership

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Sun, 16 Feb 2025 18:23:06 +0100
sorry, which only your weak_ptr (ptr_to_unique) has. -----Ursprüngliche Nachricht----- Von:Sebastian Wittmeier <wittmeier_at_[hidden]> The difference between your weak_ptr (ptr_to_unique) and your shared_ptr (notifying_unique_ptr) is at construction and destruction time and the ability to copy, which only your shared_ptr (notifying_unique_ptr) has.

Received on 2025-02-16 17:27:20