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

Functor for bitwise and 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::BitAnd< T >

Functor for bitwise and of (integer) values.

Definition at line 217 of file Functors.h.


Member Function Documentation

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

Definition at line 219 of file Functors.h.


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