20 Memory management library [mem]

20.3 Smart pointers [smartptr]

20.3.2 Shared-ownership pointers [util.sharedptr]

20.3.2.3 Class template weak_ptr [util.smartptr.weak]

20.3.2.3.4 Assignment [util.smartptr.weak.assign]

constexpr weak_ptr& operator=(const weak_ptr& r) noexcept; template<class Y> constexpr weak_ptr& operator=(const weak_ptr<Y>& r) noexcept; template<class Y> constexpr weak_ptr& operator=(const shared_ptr<Y>& r) noexcept;
Remarks: The implementation may meet the effects (and the implied guarantees) via different means, without creating a temporary object.
constexpr weak_ptr& operator=(weak_ptr&& r) noexcept; template<class Y> constexpr weak_ptr& operator=(weak_ptr<Y>& r) noexcept;
Returns: *this.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant