COMBINATORIAL_BLAS  1.6
combblas::logical_xor< T > Struct Template Reference

Compute the logical exclusive OR of two integral values. More...

#include <Operations.h>

Inheritance diagram for combblas::logical_xor< T >:

Public Member Functions

operator() (const T &x, const T &y) const
 

Detailed Description

template<typename T>
struct combblas::logical_xor< T >

Compute the logical exclusive OR of two integral values.

This binary function object computes the logical exclusive of the two values it is given. When used with MPI and a type T that has an associated, built-in MPI data type, translates to MPI_LXOR.

Definition at line 268 of file Operations.h.

Member Function Documentation

◆ operator()()

template<typename T >
T combblas::logical_xor< T >::operator() ( const T &  x,
const T &  y 
) const
inline
Returns
the logical exclusive OR of x and y.

Definition at line 271 of file Operations.h.


The documentation for this struct was generated from the following file: