casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::BitXor< T > Struct Template Reference

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

#include <Functors.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Functor for bitwise xor of (integer) values.

Definition at line 233 of file Functors.h.


Member Function Documentation

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

Definition at line 235 of file Functors.h.


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