#include <Phalanx_SimpleArrayOps.hpp>
Public Types | |
enum | { N = n } |
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 *dst, const T *src) |
Public Attributes | |
T * | ptr |
typedef T PHX::Op::BitAnd< T, n, i >::type |