05 2020 档案

摘要:aliasing constructor C++标准库中的共享指针shared_ptr的构造函数中有个比较特殊的用法:aliasing constructor(别名构造器)原型如下: template <class U> shared_ptr (const shared_ptr<U>& x, ele 阅读全文
posted @ 2020-05-30 17:52 youxueluffy 阅读(818) 评论(0) 推荐(1)