Template:cpp/experimental/atomic shared ptr/dsc compare exchange
From cppreference.com
|- class="t-dsc"
|| atomically compares the value of the atomic object with non-atomic argument and performs atomic exchange if equal or atomic load if not
(public member function)
|-