Following is the declaration for std::static_pointer_cast. template <class T, class U> shared_ptr<T> static_pointer_cast (const shared_ptr<U>& sp) noexcept; ...
確定! 回上一頁