mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
support STL container: set operation algorithms
This commit is contained in:
parent
ee8602f6a3
commit
271f348972
17 changed files with 1488 additions and 76 deletions
|
@ -46,6 +46,13 @@
|
|||
#include <sprout/algorithm/is_decreasing.hpp>
|
||||
#include <sprout/algorithm/is_strictly_increasing.hpp>
|
||||
#include <sprout/algorithm/is_strictly_decreasing.hpp>
|
||||
#include <sprout/algorithm/find_intersection.hpp>
|
||||
#include <sprout/algorithm/find_difference.hpp>
|
||||
#include <sprout/algorithm/find_symmetric_difference.hpp>
|
||||
#include <sprout/algorithm/next_union.hpp>
|
||||
#include <sprout/algorithm/next_intersection.hpp>
|
||||
#include <sprout/algorithm/next_difference.hpp>
|
||||
#include <sprout/algorithm/next_symmetric_difference.hpp>
|
||||
#include <sprout/algorithm/clamp.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_NON_MODIFYIING_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue