2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-30 19:52:16 +00:00
Files
compute/test/test_copy_if.cpp
Kyle Lutz 0daa62e41f Add experimental copy_index_if() algorithm
This adds an experimental algorithm like copy_if() which copies
the index of the values for which predicate returns true instead
of the values themselves.
2013-11-15 20:30:30 -08:00

3.7 KiB