Skip to content

WangEdward1027/STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STL

标准模板库 standard template library

一、容器
1.std::string
三种底层实现:深拷贝、写时复制、短字符串优化
2.vector
3.deque
4.list
5.set
6.map


二、迭代器
1.iterator


三、算法
1.bind
2.for_each
3.remove_if


四、适配器


五、函数对象
1.function


六、空间配置器
1.allocator

About

标准模板库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages