39 value[index] = rhs[index];
47 result[index] = lhs[index] + rhs[index];
Type & operator[](size_t const &index)
#define ISAAC_ELEM_ITERATE(NAME)
const IsaacVector< Type, Size > operator+(IsaacVector< Type, Size > const &lhs, IsaacVector< Type, Size > const &rhs)
IsaacVector< Type, Size > & operator=(IsaacVector< Type, Size > const &rhs)