std::static_pointer_cast. namespace std { template<class T, class U> shared_ptr<T> static_pointer_cast(const shared_ptr<U>& r) noexcept; ...
確定! 回上一頁