19 General utilities library [utilities]

19.11 Smart pointers [smartptr]

19.11.4 Class template weak_­ptr [util.smartptr.weak]

19.11.4.4 Modifiers [util.smartptr.weak.mod]

void swap(weak_ptr& r) noexcept;
Effects: Exchanges the contents of *this and r.
void reset() noexcept;
Effects: Equivalent to weak_­ptr().swap(*this).