标签: c++ casting shared-ptr
我需要帮助了解如何从shared_ptr<void>转换为shared_ptr<T>并返回,同时保持基础引用计数和指针不变。
shared_ptr<void>
shared_ptr<T>
我如何在两个方向上进行这两种类型的投射?