mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
73ead93fe5
add range adapter reversed, replaced, filtered
10 lines
344 B
C++
10 lines
344 B
C++
#ifndef SPROUT_ITERATOR_WAVE_HPP
|
|
#define SPROUT_ITERATOR_WAVE_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/iterator/sinusoid_iterator.hpp>
|
|
#include <sprout/iterator/sawtooth_iterator.hpp>
|
|
#include <sprout/iterator/triangle_iterator.hpp>
|
|
#include <sprout/iterator/square_iterator.hpp>
|
|
|
|
#endif // #ifndef SPROUT_ITERATOR_WAVE_HPP
|