mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-10 14:44:11 +00:00
add algorithm copy_while, copy_until
This commit is contained in:
parent
f53be1a3d5
commit
9b9956f810
20 changed files with 649 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <sprout/range/algorithm/fit/set_intersection.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_difference.hpp>
|
||||
#include <sprout/range/algorithm/fit/set_symmetric_difference.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy_while.hpp>
|
||||
#include <sprout/range/algorithm/fit/copy_until.hpp>
|
||||
#include <sprout/range/algorithm/fit/clamp_range_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/swap_element_copy.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue