Sprout/sprout/range/adaptor/modifying.hpp
2013-01-27 16:56:14 +09:00

23 lines
997 B
C++

#ifndef SPROUT_RANGE_ADAPTOR_MODIFYING_HPP
#define SPROUT_RANGE_ADAPTOR_MODIFYING_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/copied.hpp>
#include <sprout/range/adaptor/transformed.hpp>
#include <sprout/range/adaptor/replaced.hpp>
#include <sprout/range/adaptor/replaced_if.hpp>
#include <sprout/range/adaptor/filled.hpp>
#include <sprout/range/adaptor/filtered.hpp>
#include <sprout/range/adaptor/removed.hpp>
#include <sprout/range/adaptor/removed_if.hpp>
#include <sprout/range/adaptor/adjacent_filtered.hpp>
#include <sprout/range/adaptor/uniqued.hpp>
#include <sprout/range/adaptor/reversed.hpp>
#include <sprout/range/adaptor/merged.hpp>
#include <sprout/range/adaptor/set_union.hpp>
#include <sprout/range/adaptor/set_intersection.hpp>
#include <sprout/range/adaptor/set_difference.hpp>
#include <sprout/range/adaptor/set_symmetric_difference.hpp>
#include <sprout/range/adaptor/clamped.hpp>
#endif // #ifndef SPROUT_RANGE_ADAPTOR_MODIFYING_HPP