106 void operator=(
Singleton const &) =
delete;
111#include <jevois/Types/details/SingletonImpl.H>
A generic singleton class to enforce a single instance of an object.
static T & instance()
Get the global, unique instance of the class T.
Singleton()
Only classes that inherit from Singleton can construct it via its protected default constructor.
Main namespace for all JeVois classes and functions.