C++的mySTL基础的库文件,可以直接写自己的容器

时间:2021-08-02 20:06:21
【文件属性】:
文件名称:C++的mySTL基础的库文件,可以直接写自己的容器
文件大小:13KB
文件格式:RAR
更新时间:2021-08-02 20:06:21
stl C++ 1. Alloc.h 分配内存,使用二级配置器 2. TypeTraits.h 类型萃取 3. Construct.h 容器的构造和析构 4. Allocator.h alloc.h和construct.h的直接上级,封装函数 5. Itearator.h 迭代器 6. Functional.h 实现小于和等于 7. Utility.h 算法中使用,实现pair 8. ReserveseIterator.h 反向迭代器 9. Algorithm.h 经典算法 10. UninitializedFunctions.h 未定义的初始变量的初始化
【文件预览】:
Includes
----Alloc.h(2KB)
----Utility.h(3KB)
----Memory.h(5KB)
----UninitializedFunctions.h(4KB)
----Algorithm.h(22KB)
----TypeTraits.h(8KB)
----Construct.h(2KB)
----ReverseIterator.h(6KB)
----Allocator.h(2KB)
----Iterator.h(3KB)
----Functional.h(720B)

网友评论