support STL container: set operation algorithms

This commit is contained in:
bolero-MURAKAMI 2013-01-26 21:30:29 +09:00
parent ee8602f6a3
commit 271f348972
17 changed files with 1488 additions and 76 deletions

View file

@ -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