花费 50 ms
深入学习c++--智能指针(一) shared_ptr

1. 几种智能指针 1. auto_ptr: c++11中推荐不使用他(放弃) 2. shared_ptr: 拥有共享对象所有权语义的智能指针 3. unique_ptr: 拥有独有对象所有权 ...

Tue Apr 30 07:55:00 CST 2019 0 518

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM