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

Compute the bitwise AND of two integral values. More...

#include <Operations.h>

Inheritance diagram for combblas::bitwise_and< T >:

Public Member Functions

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

Detailed Description

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

Compute the bitwise AND of two integral values.

This binary function object computes the bitwise AND 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_BAND.

Definition at line 233 of file Operations.h.

Member Function Documentation

◆ operator()()

template<typename T >
T combblas::bitwise_and< T >::operator() ( const T &  x,
const T &  y 
) const
inline
Returns
x & y.

Definition at line 236 of file Operations.h.


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