QDP++
QDP::Integer32 Class Reference

Integer32 word class - wrapper over builtin integer type. More...

#include <qdp_word.h>

Inheritance diagram for QDP::Integer32:
QDP::Word< int >

Public Member Functions

Integer32operator= (int rhs)
 dest = int
Public Member Functions inherited from QDP::Word< int >
 Word ()
 ~Word ()
int & elem ()

Detailed Description

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.

Member Function Documentation

◆ operator=()

Integer32 & QDP::Integer32::operator= ( int rhs)
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().


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