Banuba SDK
|
Base class for all scoped singletons. More...
#include <singleton.hpp>
Public Member Functions | |
singleton (const singleton< T > &other)=delete | |
singleton< T > & | operator= (const singleton< T > &other)=delete |
Static Public Member Functions | |
static T & | instance () |
Base class for all scoped singletons.
This is a Meyers Singleton implementation.
Definition at line 17 of file singleton.hpp.
|
inlinestatic |
Definition at line 23 of file singleton.hpp.