2012-12-19から1日間の記事一覧

Boost.Coroutine でジェネレータ その2

ちょっと変えてみた。 coroutine は std::shared_ptr で保持。 [ソース] #include <boost/coroutine/coroutine.hpp> #include <iostream> #include <functional> #include <memory> std::function<int()> counter_generator(int start, int step){ typedef boost::coroutines::coroutine<int()> coroutine_type; auto coroutine = std::ma</int()></int()></memory></functional></iostream></boost/coroutine/coroutine.hpp>…