#include <vector_fixed.hpp>
Definition at line 24 of file vector_fixed.hpp.
static void op | ( | T * | dest | ) | [inline, static] |
Definition at line 26 of file vector_fixed.hpp.
References vec_nullary_helper< Op, T, n >::n1.
00026 { 00027 vec_nullary_helper <Op, T, n1>::op (dest); 00028 vec_nullary_helper <Op, T, n2>::op (dest+n1); 00029 }
const nat n1 = (n>>1) [static] |
Definition at line 25 of file vector_fixed.hpp.
Referenced by vec_nullary_helper< Op, T, n >::op().
Definition at line 25 of file vector_fixed.hpp.