mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-02-04 21:33:56 +00:00
10 lines
336 B
C++
10 lines
336 B
C++
#ifndef SPROUT_RANGE_ADAPTOR_HPP
|
|
#define SPROUT_RANGE_ADAPTOR_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/range/adaptor/copied.hpp>
|
|
#include <sprout/range/adaptor/transformed.hpp>
|
|
#include <sprout/range/adaptor/size_enumed.hpp>
|
|
#include <sprout/range/adaptor/sinusoidal.hpp>
|
|
|
|
#endif // #ifndef SPROUT_RANGE_ADAPTOR_HPP
|