liyunhaocn / TinyVec

vector and string with aware of move implement all stl standard interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyVec

一个string类 和一个vector,实现std标准中所有接口 将string 放入vector 中 作为对stl的学习总结

写在前面

更新日志

  • 加入allocator,初步采用了arr new,之后改为operator new
  • 新建basic_string
  • string = basic_string

致谢

xxx

tag

About

vector and string with aware of move implement all stl standard interface


Languages

Language:C++ 100.0%