摘要:
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
阅读(232)
评论(0)
推荐(0)
摘要:
class ThreadsJoiner{ std::vector& threads;public: ThreadsJoiner(std::vector& threads_): threads(threads_) {} ~ThreadsJoiner() ... 阅读全文
posted @ 2015-11-03 17:24
wu_overflow
阅读(388)
评论(0)
推荐(0)
浙公网安备 33010602011771号