KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
Loading...
Searching...
No Matches
kamping::ops::internal::logical_xor_impl< T > Struct Template Reference

Logical XOR function object (no STL equivalent). More...

#include <reduce_ops.hpp>

Public Member Functions

constexpr bool operator() (T const &lhs, T const &rhs) const
 Returns the logical XOR of the two parameters.
 

Detailed Description

template<typename T>
struct kamping::ops::internal::logical_xor_impl< T >

Logical XOR function object (no STL equivalent).

Template Parameters
Ttype of the operands

Member Function Documentation

◆ operator()()

template<typename T >
constexpr bool kamping::ops::internal::logical_xor_impl< T >::operator() ( T const & lhs,
T const & rhs ) const
inlineconstexpr

Returns the logical XOR of the two parameters.

Parameters
lhsthe first operand
rhsthe second operand

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