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
6 lines
147 B
C++
6 lines
147 B
C++
#ifndef SPROUT_GENERATOR_HPP
|
|
#define SPROUT_GENERATOR_HPP
|
|
|
|
#include <sprout/generator/functions.hpp>
|
|
|
|
#endif // #ifndef SPROUT_GENERATOR_HPP
|