Sprout/sprout/range/adaptor/reduction.hpp

19 lines
768 B
C++
Raw Normal View History

#ifndef SPROUT_RANGE_ADAPTOR_REDUCTION_HPP
#define SPROUT_RANGE_ADAPTOR_REDUCTION_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/taken.hpp>
#include <sprout/range/adaptor/taken_end.hpp>
#include <sprout/range/adaptor/dropped.hpp>
#include <sprout/range/adaptor/dropped_end.hpp>
#include <sprout/range/adaptor/window.hpp>
#include <sprout/range/adaptor/offset.hpp>
#include <sprout/range/adaptor/adapted_taken.hpp>
#include <sprout/range/adaptor/adapted_taken_end.hpp>
#include <sprout/range/adaptor/adapted_dropped.hpp>
#include <sprout/range/adaptor/adapted_dropped_end.hpp>
#include <sprout/range/adaptor/adapted_window.hpp>
#include <sprout/range/adaptor/adapted_offset.hpp>
#endif // #ifndef SPROUT_RANGE_ADAPTOR_REDUCTION_HPP