add some range algorithms

This commit is contained in:
bolero-MURAKAMI 2013-01-26 22:19:35 +09:00
parent 271f348972
commit 3472e8b94e
8 changed files with 336 additions and 0 deletions

View file

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