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

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_ALGORITHM_UNFOLD_N_HPP
#define SPROUT_ALGORITHM_UNFOLD_N_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/unfold_n.hpp>
#include <sprout/algorithm/fit/unfold_n.hpp>
#endif // #ifndef SPROUT_ALGORITHM_UNFOLD_N_HPP