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