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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M3poMakeFrom3< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT s1,
const SrcArithT s2,
const SrcArithT s3 
) [inline]

Actual operation.

Definition at line 38 of file M3poMakeFrom3.h.

00039     {
00040         return DstArithT(s1, s2, s3);
00041     }


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