mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add algorithm for_each, gather
This commit is contained in:
parent
bbc67ea04a
commit
71144902ff
6 changed files with 125 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#define SPROUT_ALGORITHM_CXX14_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/cxx14/for_each.hpp>
|
||||
#include <sprout/algorithm/cxx14/copy.hpp>
|
||||
#include <sprout/algorithm/cxx14/copy_n.hpp>
|
||||
#include <sprout/algorithm/cxx14/copy_if.hpp>
|
||||
|
@ -62,6 +63,7 @@
|
|||
#include <sprout/algorithm/cxx14/copy_while.hpp>
|
||||
#include <sprout/algorithm/cxx14/copy_until.hpp>
|
||||
#include <sprout/algorithm/cxx14/clamp_range.hpp>
|
||||
#include <sprout/algorithm/cxx14/gather.hpp>
|
||||
#include <sprout/algorithm/cxx14/random_swap.hpp>
|
||||
#include <sprout/algorithm/cxx14/bogo_sort.hpp>
|
||||
#include <sprout/algorithm/cxx14/bozo_sort.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue