...

/

Introduction to Thread-Safe Meyers Singleton

Introduction to Thread-Safe Meyers Singleton

This lesson gives an introduction to a thread-safe version of Meyers singleton.

We'll cover the following...

The C++11 standard guarantees that static variables with block scope ...