Quantum++
v1.0-rc3
A modern C++11 quantum computing library
|
Singleton pattern via CRTP. More...
Go to the source code of this file.
Classes | |
class | qpp::internal::Singleton< T > |
Singleton policy class, used internally to implement the singleton pattern via CRTP (Curiously recurring template pattern) More... | |
Namespaces | |
qpp | |
Quantum++ main namespace. | |
qpp::internal | |
Internal utility functions, do not use them directly or modify them. | |
Singleton pattern via CRTP.