std::unique_ptr 支持数组,例如:
std::unique_ptr<int[]> p(new int[10]);
但是需要吗?也许使用std::vector或更方便std::array。
您发现该构造有什么用吗?
犯罪嫌疑人X
慕村9548890
白板的微信
相关分类