實戰c++中的智能指針unique_ptr系列-- std::unique_ptr的構造(儘可能使用C++14中的std::make_unique,而不是new)

上篇博客算是unique_ptr的一個開篇,就是簡單說說爲什麼要使用unique_ptr,與傳統指針相比,智能指針的優點而已。ios 如今就從構造開始提及!web 看看這些構造方法:數組 default (1) constexpr unique_ptr() noexcept; from null pointer (2) constexpr unique_ptr (nullptr_t) n
相關文章
相關標籤/搜索