Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:03:27 2010 for ImpalaSrc by  doxygen 1.5.1