Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::BpoAddAssign< DstArrayT, SrcArrayT >::DoIt ( DstArithT x,
const SrcArithT y 
) [inline]

Actual operation : # x += y #.

Definition at line 38 of file BpoAddAssign.h.

00039     {
00040         x += y;
00041     }


Generated on Thu Jan 13 09:18:06 2011 for ImpalaSrc by  doxygen 1.5.1