#include <Singleton.h>
Convenience template to implement a getter function for a singleton object. Often needed in a shared library which hosts singletons.
see test/SingletonDll