35 #ifndef _BLAZE_UTIL_NONCREATABLE_H_ 36 #define _BLAZE_UTIL_NONCREATABLE_H_ Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
NonCreatable & operator=(const NonCreatable &)=delete
Copy assignment operator (explicitly deleted)
NonCreatable()=delete
Constructor (explicitly deleted)
Base class for non-creatable (static) classes.The NonCreatable class is intended to work as a base cl...
Definition: NonCreatable.h:65