摘要: 簡介
這一系列文章介紹Microsoft Visual Studio 2010 中支持的C++ 0x特性,目前有三部分。
Part 1:介紹了Lambdas, 賦予新意義的auto,以及 static_assert;
Part 2 (一, 二, 三):介紹了右值引用(Rvalue References);
Part 3:介紹了表達式類型(decltype)。
本文為Part 2 的第三頁。 閱讀全文
這一系列文章介紹Microsoft Visual Studio 2010 中支持的C++ 0x特性,目前有三部分。
Part 1:介紹了Lambdas, 賦予新意義的auto,以及 static_assert;
Part 2 (一, 二, 三):介紹了右值引用(Rvalue References);
Part 3:介紹了表達式類型(decltype)。
本文為Part 2 的第三頁。 閱讀全文


