13
1
3
2623
0
C++11中std::move、std::forward、左右值引用、移动构造函数的测试 关于C++11新特性之std::move、std::f...
C++类重载函数的function和bind使用 在没有C++11的std::function和std::bind之前,我们使用函数指针的方式是...
#include "pch.h" #include #include using namespace std; void myPrint(con...