std::atomic_ref

Understand the use of the 'std::atomic_ref' template in C++20.

We'll cover the following...

Atomics receives a few important extensions in C++20. Probably the most important ones are atomic references and atomic smart pointers.