Tstl
Tstl copied to clipboard
The kernel mode Standard Template Library Template
Tstl
The kernel mode Standard Template Library Template
如何使用
- 包含
Tstl/src/
其中
tlist.hpp是一个示例容器
- 开启
c++17支持 - 自己实现你需要的容器, 比如
vector、array、map...
其它
- 不支持继承
- 不支持虚函数
以上缺失特性都可以使用
模板元编程解决