唯一指针:赋值与构造函数参数

时间:2018-12-04 16:56:08

标签: c++ memory-management smart-pointers

这两行之间是否有区别:

std::unique_ptr<A> a1 = CreateA();
std::unique_ptr<A> a2(CreateA());

0 个答案:

没有答案