c++協程3 (boost::coroutine)

#include <tuple> #include <string> #include <iostream> #include <boost/coroutine/all.hpp> using boost::coroutines::coroutine; void cooperative(coroutine<std::tuple<int, std::string>>::pull_type &so
相關文章
相關標籤/搜索