Searched refs:copy_value (Results 1 – 1 of 1) sorted by relevance
85 static void copy_value(const T1 &in, T2 &out) { out = in; } in copy_value() function94 static void copy_value(const place_wrapper<T1> &in, place_wrapper<T2> &out) { in copy_value() function366 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()