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