Introduce ck::accumulate_n()
We can use this template to eliminate duplicated iterator computing logics. By providing return type to ck::accumulate_n(), we can avoid type conversion operations.
Showing
+129 -180
Please register or sign in to comment