35#ifndef _BLAZE_UTIL_NONCREATABLE_H_
36#define _BLAZE_UTIL_NONCREATABLE_H_
Base class for non-creatable (static) classes.
Definition: NonCreatable.h:66
NonCreatable & operator=(const NonCreatable &)=delete
Copy assignment operator (explicitly deleted)
NonCreatable(const NonCreatable &)=delete
Copy constructor (explicitly deleted)
NonCreatable()=delete
Constructor (explicitly deleted)