文件名称:xtl:实现一个类似 STL 的库
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-27 11:40:57
C++
xtl Xianda 的模板 libaray,一个类似 STL 的库。 纯娱乐 (完成)type_trait (完成)分配器 (done) 内存:构造函数/销毁,POD 优化 (部分)实用程序 (部分)迭代器 (部分)矢量 (todo) 列表、元组、地图 (待办事项)算法 (部分)支持 C++ 11/14 特性 (todo) reindent,doxygen 风格的评论 ...
【文件预览】:
xtl-master
----xtl_iterator.h(5KB)
----vector.h(3KB)
----test()
--------test.cpp(2KB)
--------test.h(3KB)
--------main.cpp(777B)
----LICENSE(1KB)
----xtl_construct.h(2KB)
----xtl_uninitialized.h(3KB)
----.gitignore(379B)
----Makefile(165B)
----README.md(458B)
----xtl_type_trait.h(2KB)
----xtl_allocate.h(2KB)
----xtl_memory.h(160B)