35 #ifndef _BLAZE_UTIL_MPL_XOR_H_
36 #define _BLAZE_UTIL_MPL_XOR_H_
74 struct Xor :
public Bool< ( T1::value ^ T2::value ) >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time logical xor evaluation.The Xor class template performs at compile time a logical xor eva...
Definition: Xor.h:74
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Header file for the Bool class template.