文件名称:MyTinySTL:在C ++ 11中实现微型STL
文件大小:129KB
文件格式:ZIP
更新时间:2024-02-20 08:19:04
algorithm data-structure cpp stl cpp11
MyTinySTL:在C ++ 11中实现微型STL
【文件预览】:
MyTinySTL-master
----.travis.yml(1KB)
----MSVC()
--------MyTinySTL_VS2015.sln(1KB)
--------MyTinySTL_VS2015.vcxproj.filters(5KB)
--------MyTinySTL_VS2015.vcxproj(9KB)
----Test()
--------deque_test.h(3KB)
--------test.cpp(1KB)
--------Lib()
--------unordered_map_test.h(8KB)
--------queue_test.h(6KB)
--------vector_test.h(3KB)
--------string_test.h(7KB)
--------algorithm_test.h(37KB)
--------unordered_set_test.h(7KB)
--------test.h(31KB)
--------set_test.h(5KB)
--------CMakeLists.txt(163B)
--------list_test.h(4KB)
--------stack_test.h(3KB)
--------map_test.h(7KB)
--------README.md(4KB)
--------algorithm_performance_test.h(4KB)
----MyTinySTL()
--------rb_tree.h(47KB)
--------memory.h(5KB)
--------exceptdef.h(496B)
--------type_traits.h(906B)
--------alloc.h(8KB)
--------functional.h(7KB)
--------vector.h(23KB)
--------basic_string.h(57KB)
--------util.h(8KB)
--------numeric.h(4KB)
--------astring.h(394B)
--------deque.h(34KB)
--------algo.h(79KB)
--------heap_algo.h(7KB)
--------iterator.h(10KB)
--------allocator.h(2KB)
--------uninitialized.h(8KB)
--------algorithm.h(378B)
--------unordered_set.h(17KB)
--------list.h(26KB)
--------map.h(17KB)
--------unordered_map.h(18KB)
--------set_algo.h(7KB)
--------queue.h(9KB)
--------stack.h(4KB)
--------algobase.h(17KB)
--------construct.h(2KB)
--------set.h(14KB)
--------hashtable.h(44KB)
----License.txt(1KB)
----appveyor.yml(276B)
----.gitignore(4KB)
----CMakeLists.txt(1KB)
----README.md(4KB)
----.gitattributes(2KB)