Template Class singleton
Defined in File singleton.hpp
Class Documentation
-
template<class T>
class singleton Define a class as incapable of being moved, copied, etc., and that there can only ever be one of. The only restriction on derived classes is that the must have a zero parameter constructor available.
Public Functions