27 #ifndef CLASSES_INIT_H_
28 #define CLASSES_INIT_H_
49 std::cout << std::fixed;
51 std::cout << std::setprecision(4);
Singleton policy class, used internally to implement the singleton pattern via CRTP (Curiously recurr...
Definition: singleton.h:77
Quantum++ main namespace.
Definition: codes.h:30
const Singleton class that performs additional initializations/cleanups
Definition: init.h:38
~Init()
Cleanups.
Definition: init.h:57
Init()
Additional initializations.
Definition: init.h:46