casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::BitXor< T > Struct Template Reference

Functor for bitwise xor of (integer) values. More...

#include <Functors.h>

Inheritance diagram for casacore::BitXor< T >:

Public Member Functions

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

Detailed Description

template<typename T>
struct casacore::BitXor< T >

Functor for bitwise xor of (integer) values.

Definition at line 245 of file Functors.h.

Member Function Documentation

template<typename T >
T casacore::BitXor< T >::operator() ( const T &  x,
const T &  y 
) const
inline

Definition at line 247 of file Functors.h.


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