const_pointer_cast (unique_ptr<T> &&ptr) { return unique_ptr<U>(const_cast<U*>(ptr.release())); } template <class T, class U> unique_ptr<U>
確定! 回上一頁