技术栈
list模拟实现
咬_咬
7 个月前
开发语言
·
c++
·
链表
·
stl
·
标准库
·
list模拟实现
C++ list链表模拟实现
目录前言:模拟实现:迭代器的实现:list类功能函数实现:初始化成空函数(empty_init):构造函数: