#include <Phalanx_SimpleArrayOps.hpp>
Public Types | |
enum | { N = 0 } |
typedef T | type |
Public Member Functions | |
BitAnd () | |
BitAnd (T *p) | |
BitAnd (const BitAnd &rhs) | |
BitAnd & | operator= (const BitAnd &rhs) |
Static Public Member Functions | |
static void | op (T *, const T *) |
Public Attributes | |
T * | ptr |
typedef T PHX::Op::BitAnd< T, n, n >::type |