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

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

#include <Functors.h>

Inheritance diagram for casacore::BitAnd< T >:

Public Member Functions

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

Detailed Description

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

Functor for bitwise and of (integer) values.

Definition at line 229 of file Functors.h.

Member Function Documentation

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

Definition at line 231 of file Functors.h.


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