mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
f9d4b475b4
fix constexpr -> inline constexpr
10 lines
360 B
C++
10 lines
360 B
C++
#ifndef SPROUT_RANGE_ADAPTOR_WAVE_HPP
|
|
#define SPROUT_RANGE_ADAPTOR_WAVE_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/range/adaptor/sinusoidal.hpp>
|
|
#include <sprout/range/adaptor/sawtooth_wave.hpp>
|
|
#include <sprout/range/adaptor/triangle_wave.hpp>
|
|
#include <sprout/range/adaptor/square_wave.hpp>
|
|
|
|
#endif // #ifndef SPROUT_RANGE_ADAPTOR_WAVE_HPP
|