|
QDP++
|
Integer32 word class - wrapper over builtin integer type. More...
#include <qdp_word.h>
Public Member Functions | |
| Integer32 & | operator= (int rhs) |
| dest = int | |
| Public Member Functions inherited from QDP::Word< int > | |
| Word () | |
| ~Word () | |
| int & | elem () |
Integer32 word class - wrapper over builtin integer type.
A template class wrapper for the actual machine primitive. NOTE: with inlining code optimization looks good even with a wrapper
Definition at line 91 of file qdp_word.h.
|
inline |
dest = int
Fill with an integer constant. Will be promoted to underlying word type
Definition at line 97 of file qdp_word.h.
References QDP::Word< int >::elem().