1 #ifndef CASACORE_COPY_2_H
2 #define CASACORE_COPY_2_H
10 std::size_t toStride, std::size_t fromStride)
22 std::size_t toStride, std::size_t fromStride)
26 *to = std::move(*from);
this file contains all the compiler specific defines
void fill_n_with_stride(T *dest, size_t n, const T &value, size_t stride)
void move_n_with_stride(T *from, std::size_t n, T *to, std::size_t toStride, std::size_t fromStride)
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
void copy_n_with_stride(const T *from, std::size_t n, T *to, std::size_t toStride, std::size_t fromStride)