std::experimental::atomic_weak_ptr<T>::store

Atomically replaces the current value with desired. Memory is affected according to the value of order.

# Declarations

void store( weak_ptr<T> desired, std::memory_order order = std::memory_order_seq_cst ) noexcept;

# Parameters

# Return value

(none)

# See also