35 #ifndef _BLAZE_UTIL_MPL_XNOR_H_ 36 #define _BLAZE_UTIL_MPL_XNOR_H_ 75 :
public Bool< !( T1::value ^ T2::value ) >
Compile time logical 'not xor' evaluation.The Xor alias declaration performs at compile time a logica...
Definition: Xnor.h:74
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
Header file for the Bool class template.