课程总目录 本文讲解C++11中的emplace 直接来看代码: 有一个自定义的Test类 class Test { public: Test(int) { cout << "Test(int)" <&