1#ifndef _RHEO_MSG_BOTH_PERMUTATION_APPLY_H
2#define _RHEO_MSG_BOTH_PERMUTATION_APPLY_H
54 class InputRandomIterator,
56 class OutputRandomIterator>
60 InputIterator1 last_px,
61 InputRandomIterator x,
64 OutputRandomIterator y)
67 set_op(y[*py++], x[*px++]);
This file is part of Rheolef.
void msg_both_permutation_apply(InputIterator1 px, InputIterator1 last_px, InputRandomIterator x, SetOp set_op, InputIterator2 py, OutputRandomIterator y)