mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add some range algorithms
This commit is contained in:
parent
271f348972
commit
3472e8b94e
8 changed files with 336 additions and 0 deletions
|
@ -43,5 +43,12 @@
|
|||
#include <sprout/range/algorithm/is_decreasing.hpp>
|
||||
#include <sprout/range/algorithm/is_strictly_increasing.hpp>
|
||||
#include <sprout/range/algorithm/is_strictly_decreasing.hpp>
|
||||
#include <sprout/range/algorithm/find_intersection.hpp>
|
||||
#include <sprout/range/algorithm/find_difference.hpp>
|
||||
#include <sprout/range/algorithm/find_symmetric_difference.hpp>
|
||||
#include <sprout/range/algorithm/next_union.hpp>
|
||||
#include <sprout/range/algorithm/next_intersection.hpp>
|
||||
#include <sprout/range/algorithm/next_difference.hpp>
|
||||
#include <sprout/range/algorithm/next_symmetric_difference.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_NON_MODIFYIING_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue