implements a static pointer cast this way: template<class T, class U> shared_ptr<T> static_pointer_cast(shared_ptr<U> const &r);. Pointer cast functions from ...
確定! 回上一頁