std::experimental::weak_ptr::reset
Returns *this to an empty state.
*this
void reset() noexcept;
void reset() noexcept{ weak_ptr temp; this->swap(temp); }
#include <experimental/atomic>
std::experimental::weak_ptr
swap
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy