35 #ifndef _BLAZE_UTIL_MPL_NOT_H_
36 #define _BLAZE_UTIL_MPL_NOT_H_
69 template<
typename C >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:63
Compile time type negation.The Not class template negates the given compile time condition. In case the given condition would evaluate to true, the nested member enumeration is set to false and vice versa:
Definition: Not.h:70
Header file for the Bool class template.