Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::bitwise_xor< T > Struct Template Reference

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

#include <operations.hpp>

Inheritance diagram for boost::mpi::bitwise_xor< T >:
Collaboration diagram for boost::mpi::bitwise_xor< T >:

Public Member Functions

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

Detailed Description

template<typename T>
struct boost::mpi::bitwise_xor< T >

Compute the bitwise exclusive OR of two integral values.

This binary function object computes the bitwise exclusive OR 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_BXOR.

Member Function Documentation

template<typename T >
T boost::mpi::bitwise_xor< T >::operator() ( const T x,
const T y 
) const
inline
Returns
x ^ y.

References boost::polygon::y().


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