static_cast 的 shared_ptr 相当于 static_pointer_cast ,而 dynamic_cast 的 shared_ptr 相当于 dynamic_pointer_cast 。 从C ++ 11开始,C ++标准的§ ...
確定! 回上一頁