C++11中有一个非常大的变化就是引入了三种智能指针,下列选项中,属于这三种智能指针正确组合的是()
std::shared_ptr、std::stick_ptr和std::unique_ptr
std::shared_ptr、std::weak_ptr和std::future_ptr
std::shared_ptr、std::weak_ptr和std::unique_ptr
std::set_ptr、std::weak_ptr和std::unique_ptr