Sprout/sprout/algorithm/unfold.hpp
bolero-MURAKAMI 73ead93fe5 destructive change sprout::generate -> sprout::unfold
add range adapter reversed, replaced, filtered
2012-09-21 15:43:30 +09:00

8 lines
245 B
C++

#ifndef SPROUT_ALGORITHM_UNFOLD_HPP
#define SPROUT_ALGORITHM_UNFOLD_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/unfold.hpp>
#include <sprout/algorithm/fit/unfold.hpp>
#endif // #ifndef SPROUT_ALGORITHM_UNFOLD_HPP