Quantum++  v1.0-rc4
A modern C++11 quantum computing library
singleton.h File Reference

Singleton pattern via CRTP. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Singleton pattern via CRTP.