随笔分类 - C++ 11
摘要:1. 来自链接http://en.cppreference.com/w/cpp/thread/condition_variable_any/wait添加注释std::condition_variable_any cv;std::mutex cv_m; // This mutex is used fo...
阅读全文
摘要:1. Definition:[capture] (parameters) mutable exception attribute -> return_type { body }功能上约等于:a.函数对象(仿函数), 仿函数可存储范围更广的数据b.局部函数http://zh.wikipedia.org...
阅读全文
摘要:From:深入理解C++11Assignment:Benifit: 1. 用于移动语义,提高效率。2. 函数转发
阅读全文

浙公网安备 33010602011771号