随笔分类 -  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... 阅读全文
posted @ 2015-08-13 15:50 anit_nait 阅读(203) 评论(0) 推荐(0)
摘要:1. Definition:[capture] (parameters) mutable exception attribute -> return_type { body }功能上约等于:a.函数对象(仿函数), 仿函数可存储范围更广的数据b.局部函数http://zh.wikipedia.org... 阅读全文
posted @ 2014-08-07 13:41 anit_nait 阅读(193) 评论(0) 推荐(0)
摘要:From:深入理解C++11Assignment:Benifit: 1. 用于移动语义,提高效率。2. 函数转发 阅读全文
posted @ 2014-08-05 20:46 anit_nait 阅读(113) 评论(0) 推荐(0)