35 #ifndef _BLAZE_UTIL_MPL_NOT_H_ 36 #define _BLAZE_UTIL_MPL_NOT_H_ 69 template<
typename C >
71 :
public Bool< !C::value >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Compile time type negation.The Not alias declaration negates the given compile time condition...
Definition: Not.h:70
Header file for the Bool class template.