技术栈
智能指针实现
lhxcc_fly
3 小时前
c++
·
智能指针实现
手撕简易版的智能指针
目录一、智能指针的通用模板二、auto_ptr(禁止使用)三、unique_ptr四、shared_ptr
我是有底线的