C++11智能指針之優先使用std::make_unique和std::make_shared而不是直接使用new

         在初始化一個unique_ptr或者shared_ptr時,咱們最好優先使用std::make_unique和std::make_shared。緣由有一下幾點:安全 異常安全性函數 假設有以下函數聲明:spa   intcomputePriority();orm void processInvestment(std::shared_ptr<Investment> ptr,in
相關文章
相關標籤/搜索