template<typename T>
          Singleton class
        
        class template to create a thread-safe singleton object
Contents
- Reference
 
Public static functions
- static auto get() -> T&
 - get a reference to the singleton object