|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Curiously Recurring Template Pattern (CRTP) for Meyers singleton. More...

Public Member Functions | |
| Singleton (const Singleton &)=delete | |
| Singleton & | operator= (const Singleton &)=delete |
Curiously Recurring Template Pattern (CRTP) for Meyers singleton.
The singleton class is implemented as follows
Singleton automatically prevents copying of the derived class.
Definition at line 40 of file Singleton.hpp.