![]() |
Rosetta
2019.12
|
A base class for all singltons using CRTP and managing the complexity of safely initializing singltons in a thread-safe way. More...
Classes | |
class | utility::SingletonBase< T > |
SingletonBase is meant to serve as a base class for singleton classes in Rosetta handling the initialization of the singleton in a thread-safe way. More... | |
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
A base class for all singltons using CRTP and managing the complexity of safely initializing singltons in a thread-safe way.