mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add while_loop, until_loop utilities
This commit is contained in:
parent
f78e5d49a0
commit
8d19fdc676
7 changed files with 320 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
|||
#include <sprout/algorithm/next_difference.hpp>
|
||||
#include <sprout/algorithm/next_symmetric_difference.hpp>
|
||||
#include <sprout/algorithm/clamp.hpp>
|
||||
#include <sprout/algorithm/fold_while.hpp>
|
||||
#include <sprout/algorithm/fold_until.hpp>
|
||||
#include <sprout/algorithm/abs_diff.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_NON_MODIFYIING_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue