9#ifndef CPPCOMMON_UTILITY_SINGLETON_H
10#define CPPCOMMON_UTILITY_SINGLETON_H
Singleton template base class.
Singleton & operator=(Singleton &&)=delete
Singleton(const Singleton &)=delete
Singleton & operator=(const Singleton &)=delete
static T & GetInstance()
Get singleton instance.
Singleton(Singleton &&)=delete
C++ Common project definitions.