STL学习笔记二

STL学习笔记二
一、pair
make_pair


二、auto_ptr
所有权的传递,最后一个auto_ptr对象拥有指针所有权

三、exception
logic_error、

四、

你可能感兴趣的:(STL学习笔记二)