摘要: const std::string getCurrentSystemTime(){ auto tt = std::chrono::system_clock::to_time_t (std::chrono::system_clock::now()); struct tm* ptm = local... 阅读全文
posted @ 2015-11-03 17:37 wu_overflow 阅读(230) 评论(0) 推荐(0)
摘要: class ThreadsJoiner{ std::vector& threads;public: ThreadsJoiner(std::vector& threads_): threads(threads_) {} ~ThreadsJoiner() ... 阅读全文
posted @ 2015-11-03 17:24 wu_overflow 阅读(385) 评论(0) 推荐(0)