|
Furrent
|
#include <singleton.hpp>
Public Member Functions | |
| Singleton ()=default | |
| Singleton (const Singleton &)=delete | |
| Singleton & | operator= (const Singleton &)=delete |
| Singleton (Singleton &&) noexcept=delete | |
| Singleton & | operator= (Singleton &&) noexcept=delete |
Static Public Member Functions | |
| static T & | instance () |
| Returns the instance of the singleton. More... | |
|
default |
|
delete |
|
deletenoexcept |
|
static |
Returns the instance of the singleton.
|
delete |
|
deletenoexcept |
1.8.17