摘要: 220119 14 左值 右值 move 后面还有一些要汇总 1、int&& b = 6; //这个时候只能右值引用2、 template<typename T> void printValue( T&& t) { cout << "r-value: " << t << endl; t = 0; } 阅读全文
posted @ 2022-01-16 22:42 cnchengv 阅读(39) 评论(0) 推荐(0) 编辑
摘要: xcode 引入动态库和头文件目录的方法, 阅读全文
posted @ 2022-01-16 10:41 cnchengv 阅读(235) 评论(0) 推荐(0) 编辑