1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

destructive change sprout::generate -> sprout::unfold

add range adapter reversed, replaced, filtered
This commit is contained in:
bolero-MURAKAMI 2012-09-21 15:43:30 +09:00
parent 6b3f7ad894
commit 73ead93fe5
60 changed files with 3840 additions and 318 deletions

6
sprout/generator.hpp Normal file
View file

@ -0,0 +1,6 @@
#ifndef SPROUT_GENERATOR_HPP
#define SPROUT_GENERATOR_HPP
#include <sprout/generator/functions.hpp>
#endif // #ifndef SPROUT_GENERATOR_HPP