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