向宁冋桌
向宁冋桌
全部文章
智能指针
ACM(1)
AVL树(1)
B+树(1)
C++(2)
C/C++(5)
faster rcnn(1)
git(1)
HTTP(1)
OSI(1)
paper(1)
QT(1)
stack(1)
static_cast(1)
strcpy(1)
TCP(1)
TCP/IP(1)
tensorflow(2)
ubuntu(1)
VS2017(1)
二叉树(1)
全排列(1)
函数调用(1)
剑指offer(14)
动态规划(2)
华为云(1)
春招(1)
未归档(55)
机器学习(1)
算法复杂度(1)
背包问题(1)
虚函数(2)
解决方案(1)
软中断(1)
进程(1)
链表(1)
链表复制(1)
随手一写就是精品贴(1)
面经(1)
归档
标签
去牛客网
登录
/
注册
向宁冋桌的博客
This is a caibi's blog!
全部文章
/ 智能指针
(共1篇)
STL四种智能指针
目录 1.unique_ptr 2.auto_ptr 3.shared_ptr 3.1shared_ptr简介 3.2通过辅助类模拟实现shared_ptr 4.weak_ptr 4.1weak_ptr简介 4.2用法 4.3weak_ptr的作用 5.如何选择智能指针 ...
智能指针
smart pointer
unique_ptr
auto_ptr
shared_ptr
2019-04-10
0
1271