Base class for classes that cannot be copied. More...
#include <Patterns/NotCopyable.hpp>
Base class for classes that cannot be copied.
By inheriting this class you can disable copying of your classes.